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!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 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