Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-gizm0 committed Feb 13, 2024
2 parents 70c0318 + 4e9a8c5 commit 969334e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pages/teamdetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,22 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Team Details</title>
<link rel="stylesheet" href="teams.css" />
</head>
<body>
<h1> Team Details </h1>
<section>
<div>
<h1> Team Details </h1>
</div>

</section>


<h3> Name: </h3>
<h3> Based In: </h3>
<h3> More Info: </h3>

<br>

<h2> Abilities </h2>

Expand Down
30 changes: 30 additions & 0 deletions pages/teams.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
:root {
--dark: #05152E;
--darker: #1F2937;
--darkest: #001E3C;
--grey: #6B7280;
--pink: #EC4899;
--purple: #8B5CF6;
--light: #EEE;
--background: #fffffff6;
--teamlist: #cfedff;
--text: #2d3875;
--deletebutton: #de4e4e;
--navbar: #565f90
}

body {

}

h1 {

}

h2 {
font-weight: 100;
}

h3 {
font-weight: 100;
}

0 comments on commit 969334e

Please sign in to comment.