0
hey, circle, html
how can I make a circle with css with contents inside it .?
4 Answers
+ 1
Try:
<div style="border: 1px solid black; border-radius: 50%;">
<p>Contents</p>
</div>
Edit: Sorry, forgot some punctuation.
Also, you can set the height & width to any measurement, so long as they are equal.
+ 1
okay ,
u made the circle
and i made a div inside it
i tried to make this div a circle .. like a circle inside a circle ... but it didn't work ..
what could be the problem ..
also ..
how can makr it synchronised with the browser width and height ?
Louis
Janningâ