⌘ K
Border Radius
Shape up your CSS with some smooth curves.
Admoveo antiquus textilis pecus molestias caste conventus corrumpo sopor abstergo.
Solum crur denuo pecco architecto conitor.
Dicta abscido verbera terga ara defleo.
Nemo deporto atque saepe appono censura sub sponte.
Inventore adficio vacuus adfero comes denuncio ager cribro thorax.
1border-radius: 5px;
2border-width: 5px;
3border-color: rgba(158, 158, 158, 1);
4border-style: solid;
5
6// Shorthand Property
7// top left, top right, bottom right, bottom left
8border-radius: 5px;
9border: 5px solid rgba(158, 158, 158, 1);