css - How to change the bottom border radius? -
css - How to change the bottom border radius? -
so, checked on googlehow it, people tell me code is:
border-bottom-radius: value;
on chrome* of course. tried , seems doesnt work. if guys help me, i'm here, waiting help! :d
use border-bottom-left-radius
, border-bottom-right-radius
use border-top-left-radius
, border-top-right-radius
or utilize shorthand notation, describe @ css3 border radius shorthand solution, instance:
border-radius: 0 0 25px 25px;
css
Comments
Post a Comment