How do I create half of circle at the top using JavaScript, I know to create half of circle at the bottom using JavaScript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I create half of circle at the top using JavaScript, I know to create half of circle at the bottom using JavaScript

25th Jul 2022, 10:34 AM
Muhammad Abdulmalik
Muhammad Abdulmalik - avatar
1 Answer
+ 4
With css? You can use border-radius:50% 50% 0 0; Or something like that
25th Jul 2022, 10:40 AM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar