Having trouble rounding the corners of my navigation bar. When I use border-radius: 15px;
, it rounds all the corners of the <a>
tag, but I only want to round the corners of the <li>
tags to adjust the margins of the whole toolbar.
Check out this fiddle for reference.
Thank you!
EDIT:
I only want the "Home" and "Contact" items to have rounded corners.