Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LongmetalAdmin committed Feb 15, 2024
2 parents e91d5a1 + cd948ff commit dbc219e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pages/teamdetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ <h1> Team Details </h1>

<h2> Abilities </h2>

<br>

<input type="submit" class="submit">

</body>
</html>
19 changes: 18 additions & 1 deletion pages/teams.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,21 @@ h2 {

h3 {
font-weight: 100;
}
}

.submit {
background-color: var(--background);
width: 20%;
border-width: 1px;
border-radius: 4px;
font-size: 20px;
font-family: monospace;
font-weight: bold;
color: var(--deletebutton);
align-self: center;
}

.submit:hover {
background-color: var(--teamlist);
}

0 comments on commit dbc219e

Please sign in to comment.