Skip to content

Commit

Permalink
Changed span to a
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardazafer committed Oct 23, 2019
1 parent 013eb6c commit 585b4cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
</div>
<div class="footer-half" id="bottom-footer">
<div>
<span id="footer-text"> Advertising </span
><span id="footer-text"> Business </span
><span id="footer-text"> About </span
><span id="footer-text">How Search works </span>
<a href="#" id="footer-text"> Advertising </a
><a href="#" id="footer-text"> Business </a
><a href="#" id="footer-text"> About </a
><a href="#" id="footer-text">How Search works </a>
</div>
<div>
<span id="footer-text"> Privacy </span
><span id="footer-text"> Terms </span
><span id="footer-text">Settings </span>
<a href="#" id="footer-text"> Privacy </a
><a href="#" id="footer-text"> Terms </a
><a href="#" id="footer-text">Settings </a>
</div>
</div>
</div>
Expand Down
6 changes: 4 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,11 @@ We set the border radius to half of the width and height of the image size in or
bottom: 0;
}

.footer span {
margin: 0 10px 0 10px;
#footer-text {
text-decoration: none;
color: #6f6f6f;
cursor: pointer;
margin: 0 10px 0 10px;
}
.footer span:hover {
text-decoration: underline;
Expand Down

0 comments on commit 585b4cd

Please sign in to comment.