Skip to content

Commit

Permalink
moments before disaster (dexie connection to server attempt #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
joypan1 committed Feb 5, 2024
1 parent 526cc55 commit 299e8ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
--teamlist: #cfedff;
--text: #2d3875;
--deletebutton: #de4e4e;
--navbar: #565f90
}

* {
Expand All @@ -18,6 +19,15 @@
font-family: "Fira sans", sans-serif;
}

nav {
display: flex;
justify-content: space-around;
align-items: center;
min-height: 8vh;
background-color: var(--navbar);
font-family: "Montserrat", sans-serif;
}

body {
display: flex;
flex-direction: column;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<nav>
<div class = "heading">
<h1> Longmetal Scouting</h1>
<h1> Longmetal 7127</h1>
</div>
<ul class = "nav-links">
<li> <a class="active" href="pages/aboutus.html"> About Us </a> </li>
Expand Down

0 comments on commit 299e8ff

Please sign in to comment.