Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CrashGlxyGame authored Apr 13, 2024
1 parent 052c4fe commit e4e6fff
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>MD Web</title>
<link rel="stylesheet" href="style.css">
<style>
<style>
ul {
list-style-type: none;
margin: 0;
Expand All @@ -13,34 +13,35 @@
border: 0px solid rgb(221, 221, 221);
background-color: rgb(221, 221, 221);
}

li {
float: left;
}

li a {
display: block;
color: #666;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}

li a:hover:not(.active) {
background-color: #fafafa;
}

li a.active {
color: white;
background-color: #054cbe;
}
</style>
</head>
<body>

<ul>
<li>Home</li>
<li><a href="about.html">About</a></li>
<li><a class="active" href="Talk">Talk</a></li>
<li><a href="About">About</a></li>
<li><a href="tos">TOS</a></li>
<li><a href="privacy.html">Privacy</a></li>
</ul>
</head>
Expand Down

0 comments on commit e4e6fff

Please sign in to comment.