How many ways do we have to draw half circle? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How many ways do we have to draw half circle?

draw half of a circle without background and has border in css3 i remember a way with border-top-left but not complete

26th Dec 2017, 11:30 PM
Hessam Nabavi
Hessam Nabavi - avatar
8 Answers
+ 4
27th Dec 2017, 12:14 AM
Hessam Nabavi
Hessam Nabavi - avatar
+ 3
i figured out : .half-circle { width: 200px; height: 100px; /* as the half of the width */ background-color: gold; border-top-left-radius: 110px; /* 100px of height + 10px of border */ border-top-right-radius: 110px; /* 100px of height + 10px of border */ border: 10px solid gray; border-bottom: 0; }
27th Dec 2017, 12:00 AM
Hessam Nabavi
Hessam Nabavi - avatar
+ 2
I need an Semicircular
26th Dec 2017, 11:40 PM
Hessam Nabavi
Hessam Nabavi - avatar
27th Dec 2017, 12:09 AM
S K Lurk //\●●/\\
S K Lurk //\●●/\\ - avatar
+ 2
https://code.sololearn.com/WMagORgDF5yO/?ref=app
27th Dec 2017, 12:36 AM
S K Lurk //\●●/\\
S K Lurk //\●●/\\ - avatar
+ 1
26th Dec 2017, 11:53 PM
Nope
Nope - avatar
+ 1
https://code.sololearn.com/W46bG0SBiZlJ/?ref=app
27th Dec 2017, 12:15 AM
S K Lurk //\●●/\\
S K Lurk //\●●/\\ - avatar
0
sorry i should've tested that first lol
26th Dec 2017, 11:41 PM
Nope
Nope - avatar