how do I create a circle shape on my page and the possible design to it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how do I create a circle shape on my page and the possible design to it?

please show the syntax (html/css )

1st Jul 2016, 9:15 AM
Cele Prince
Cele Prince - avatar
5 Answers
0
You can look for the answer in the html course, otherwise look for the html tag circle used when working with canvas
1st Jul 2016, 3:37 PM
Jorge Castro
Jorge Castro - avatar
0
ok
1st Jul 2016, 4:28 PM
Cele Prince
Cele Prince - avatar
0
.circle { background:red; width:200px; height:200px; border-radius:50%; display:inline-block; } <div class="circle"></div> or you can even use span in place of div
8th Aug 2016, 7:41 PM
Lalit Subba
Lalit Subba - avatar
0
Use canvas
15th Aug 2016, 9:10 PM
Jay Rishi
Jay Rishi - avatar
- 1
value
1st Jul 2016, 10:50 AM
Stanzin Eknyan
Stanzin Eknyan - avatar