Am trying too make a rounded corner curve inwards any ideas?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Am trying too make a rounded corner curve inwards any ideas??

23rd May 2020, 11:33 PM
Chisom Wopara
8 Answers
+ 2
rounded corners are made using the border-radius property in css: example: div {   border: 2px solid red;   border-radius: 25px; } https://www.w3schools.com/css/css3_borders.asp
23rd May 2020, 11:38 PM
Sebastian Pacurar
Sebastian Pacurar - avatar
+ 2
i think this is what you need: http://jsfiddle.net/localpcguy/Evsht/4/ a bit harder to view on mobile phone, try viewing it in landscape mode
23rd May 2020, 11:53 PM
Sebastian Pacurar
Sebastian Pacurar - avatar
+ 2
Use the border-radius property
25th May 2020, 8:50 PM
Mehnaz ✨
Mehnaz ✨ - avatar
0
I know how to make the rounded corner curving it inward is my challenge
23rd May 2020, 11:40 PM
Chisom Wopara
0
Yeah that but in the opposite direction like the curve inside the div not outside
23rd May 2020, 11:45 PM
Chisom Wopara
0
Yeah the second one I also visited stack flow check if it works out for u
23rd May 2020, 11:47 PM
Chisom Wopara
0
Thanks alot
24th May 2020, 12:00 AM
Chisom Wopara