css로 동그라미 만들기

Posted by Albert 3983Day 8Hour 9Min 31Sec ago [2014-05-26]

'circle {
width: 100px;
height: 100px;
background: red;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
}



LIST

Copyright © 2014 visionboy.me All Right Reserved.