분류
css
원그리기
본문
css
.circle
{
width:250px;
height:250px;
border-radius:250px;
font-size:50px;
color:gray;
line-height:500px;
background:gray;
}
html
<div class='circle'></div>
- 이전글돋보기 효과 15.05.18
- 다음글vertical navigation menu-font Awesome icons 15.05.17