"부트스트랩4 .rounded"의 두 판 사이의 차이

잔글 (61.101.38.200(토론)의 편집을 Jmnote의 마지막 판으로 되돌림)
태그: 일괄 되돌리기
잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
2번째 줄: 2번째 줄:
;부트스트랩4 .rounded
;부트스트랩4 .rounded


<source lang='css'>
<syntaxhighlight lang='css'>
.rounded {
.rounded {
     border-radius: .25rem!important;
     border-radius: .25rem!important;
14번째 줄: 14번째 줄:
     border-bottom-left-radius: .25rem!important;
     border-bottom-left-radius: .25rem!important;
}
}
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2020년 11월 2일 (월) 02:52 기준 최신판

1 개요[ | ]

부트스트랩4 .rounded
css
Copy
.rounded {
    border-radius: .25rem!important;
}
.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important;
}
.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}

2 같이 보기[ | ]

3 참고[ | ]