remove href.
This commit is contained in:
+6
-6
@@ -8,16 +8,16 @@
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<body>
|
||||
<nav id="navbar" class="horizontal">
|
||||
<a class="logo" href="https://www.apple.com/" aria-label="Apple">
|
||||
<div class="logo" aria-label="Apple">
|
||||
<img src="https://www.apple.com/ac/globalnav/7/en_US/images/svg/apple.svg" alt="Apple">
|
||||
</a>
|
||||
</div>
|
||||
<div>Store</div><div>Mac</div><div>iPad</div><div>iPhone</div><div>Watch</div><div>Vision</div><div>AirPods</div><div>TV & Home</div><div>Entertainment</div><div>Accessories</div><div>Support</div>
|
||||
<a class="nav-icon" href="https://www.apple.com/us/search" aria-label="Search">
|
||||
<span class="nav-icon" aria-label="Search">
|
||||
<img src="https://www.apple.com/ac/globalnav/7/en_US/images/svg/search.svg" alt="">
|
||||
</a>
|
||||
<a class="nav-icon" href="https://www.apple.com/us/shop/goto/bag" aria-label="Shopping bag">
|
||||
</span>
|
||||
<span class="nav-icon" aria-label="Shopping bag">
|
||||
<img src="https://www.apple.com/ac/globalnav/7/en_US/images/svg/bag.svg" alt="">
|
||||
</a>
|
||||
</span>
|
||||
</nav>
|
||||
|
||||
<main class="menu horizontal">
|
||||
|
||||
@@ -59,10 +59,6 @@ body {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#navbar a:hover {
|
||||
opacity: .65;
|
||||
}
|
||||
|
||||
#navbar span {
|
||||
color: #555;
|
||||
font-size: 17px;
|
||||
|
||||
Reference in New Issue
Block a user