CSS Grid
<!DOCTYPE html>linksrel="stylesheet" type="text/css" href="links.css"id='nav1'href="somewhere.html"link to somewherehref="elsewhere.html"somewhere elseid='nav2' style="clear: left;"href="somewhere.html"link to somewherehref="elsewhere.html"somewhere else
links.css
#nav1 a {width: 150px;height: 25px;border-top-left-radius: 25px;border-top-right-radius: 25px;float: left;padding-left: 30px;padding-top: 30px;border: 1px solid black;background-color: salmon;text-decoration: none;}#nav1 a:hover {background-color: yellow;}#nav2 a {display: block;width: 150px;height: 25px;padding-left: 30px;padding-top: 30px;border: 1px solid black;background-color: blanchedalmond;text-decoration: none;}#nav2 a:hover {background-color: yellow;}