VaginaMuncher
Chilling with me bitch Fiona
- Mar 17, 2013
- 447
- 58
Okay Guys...
I'm rounding an Image of to a circular basis.
THE HTML PART;
THE CSS PART;
And it doesn't print anything, I cleared cache too :S
I'm rounding an Image of to a circular basis.
THE HTML PART;
Code:
<div id="ImageOne"></div>
Code:
#ImageOne {
width: 498px;
height: 490px;
border-radius: 150px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
background-image:url('Images/ImageOne.png');}