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

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -