Round Divs – Circtacular
Getting some interesting results experimenting with the border property in CSS. To get a circle just apply this little bit of CSS magic…
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
<
Getting some interesting results experimenting with the border property in CSS. To get a circle just apply this little bit of CSS magic…
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
<