잔글 (61.101.38.200(토론)의 편집을 Jmnote의 마지막 판으로 되돌림) 태그: 일괄 되돌리기 |
Jmnote bot (토론 | 기여) 잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight )) |
||
2번째 줄: | 2번째 줄: | ||
;부트스트랩4 .rounded | ;부트스트랩4 .rounded | ||
< | <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; | ||
} | } | ||
</ | </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 참고[ | ]
편집자 Jmnote 61.101.38.200 Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.