So, i checked on googlehow to do it, some people tell me the code is:
border-bottom-radius: value;
ON CHROME* of course. well i tried and it seems that doesnt work. if you guys could help me, i'm here, waiting for your help! thanks :D
use border-bottom-left-radius
and border-bottom-right-radius
use border-top-left-radius
and border-top-right-radius
Or use the shorthand notation, as describe at CSS3 border radius shorthand solution, for instance:
border-radius: 0 0 25px 25px;