Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LongmetalAdmin committed Feb 13, 2024
2 parents c145c21 + e51d449 commit 0cadb7c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@

<nav>
<div class = "heading">
<h1> Longmetal 7127 test 7:36 PM jmm 2-10</h1>
<h1> Longmetal 7127</h1>
<h1> weeeeeeeee </h1>
<h1> Longmetal 7127 </h1>
</div>
<ul class = "nav-links">
<li> <a class="active" href="pages/teamdetails.html"> About Us </a> </li>
<li> <a class="active" href="pages/teamdetails.html"> Test Page </a> </li>
<li> <a class="active" href="pages/teamdetails.html"> Test Page </a> </li>
<li> <a class="active" href="pages/aboutus.html"> About Us </a> </li>
<li> <a class="active" href="pages/aboutus.html"> Test Page </a> </li>
<li> <a class="active" href="pages/aboutus.html"> Test Page </a> </li>
</ul>
</nav>

Expand Down
4 changes: 2 additions & 2 deletions pages/teamdetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<link rel="stylesheet" href="teams.css" />
</head>
<body>
<section>
<header>
<div>
<h1> Team Details </h1>
</div>

</section>
</header>


<h3> Name: </h3>
Expand Down
4 changes: 4 additions & 0 deletions pages/teams.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
--navbar: #565f90
}

header {
background-color: var(--teamlist);
}

body {

}
Expand Down

0 comments on commit 0cadb7c

Please sign in to comment.