+ 1
border-bottom-right-radius is not working
Please tell me why right radious is not working in this code : https://code.sololearn.com/WXlvum2iiuRk/?ref=app
8 ответов
+ 2
You have a typo in your CSS:
wrong: border-bottom-right-radious:50%;
right: border-bottom-right-radius:50%;
+ 2
It's working
+ 2
Ok bro well you can use
border-radius:0px 0px 0px 10px;
It's works same
+ 1
Gaurav Singh.
Check the CSS section - at line 22 and 30. That is what Sandra was trying to tell you bro ...
+ 1
Rithea Sreng thanks bro.
+ 1
Coder bro there was a spelling mistake in code.
Rithea Sreng help me to know about the mistake.
+ 1
Thanks Coder
0
Sandra Meyer I can't understand