Answers for "css border radius first element and last element"

CSS
0

css border radius first element and last element

.main-nav ul li:first-child {border-radius: 6px 0 0 6px!important;}
.main-nav ul li:last-child {border-radius:  0 6px 6px 0!important;}
Posted by: Guest on April-26-2022

Code answers related to "css border radius first element and last element"

Browse Popular Code Answers by Language