Skip to content

Commit

Permalink
lowkey idk what I did
Browse files Browse the repository at this point in the history
  • Loading branch information
joypan1 committed Feb 13, 2024
1 parent 969334e commit e51d449
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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 e51d449

Please sign in to comment.