Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
kunrongli13 committed Dec 23, 2023
1 parent 8ee58f5 commit aff01f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Unhealthyfood.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="UTF-8">
<title>Kunrong's Website</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/72bafd2989.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
Expand All @@ -24,8 +25,8 @@
<a href="Unhealthyfood.html">Unhealthy Fat</a>
</div>
</li>
<li><a href="#">About</a></li>
<li><a href="#"><button class="navbtn">Contact</button></a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html"><button class="navbtn">Contact</button></a></li>
</ul>
</nav>
</header>
Expand All @@ -38,7 +39,12 @@
</div>
</main>
<footer>

<div class="footercontainer">
<a href="contact.html"><button class="navbtn">Email</button></a>
<a href="#"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-x-twitter"></i></a>
</div>
</footer>
</body>
</html>
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,10 @@ i{
display:block;
}

nav{
justify-content:space-around;
}

.navbtn{
color: rgb(21, 255, 130);
border:none;
Expand Down

0 comments on commit aff01f6

Please sign in to comment.