<style>
.round{
border-radius: 10px !important;
-moz-border-radius: 10px !important;
-khtml-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
}
</style>
<div class="round"></div>
/*원형*/
.circle {
border-radius:50%;
text-align:center;
margin:0 auto;
vertical-align:middle;
}
'[ Web 관련 ] > HTML, CSS' 카테고리의 다른 글
부트스트랩 참조 (0) | 2020.05.08 |
---|---|
Bootstrap Media Query, Grid system 미디어쿼리 (0) | 2020.05.06 |
라디오버튼, 체크박스의 텍스트 정렬 (0) | 2020.02.12 |
미디어 쿼리 (반응형 작성시) (0) | 2019.12.20 |
배경 video 전체 화면 크기 적용 (0) | 2019.12.19 |