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

(새 문서: ==개요== ;부트스트랩4 .rounded <source lang='css'> .rounded { border-radius: .25rem!important; } </source> ==같이 보기== * CSS border-radius ==참고== * https:/...)
 
잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(사용자 2명의 중간 판 4개는 보이지 않습니다)
2번째 줄: 2번째 줄:
;부트스트랩4 .rounded
;부트스트랩4 .rounded


<source lang='css'>
<syntaxhighlight lang='css'>
.rounded {
.rounded {
     border-radius: .25rem!important;
     border-radius: .25rem!important;
}
}
</source>
.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;
}
</syntaxhighlight>


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

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

1 개요[ | ]

부트스트랩4 .rounded
.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 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}