navbar isn't too big but is kinda small; bigger top

master
chimchooree 2 years ago
parent 602953a08b
commit d16e8d6c4f

@ -1,15 +0,0 @@
Meredith Grisel Gamez
Meredith Greer Gamez
Meredith Lane Gamez
Althea Meredith Gamez
Althea Maude Gamez
Althea Grisel Gamez
Althea Greer Gamez
Althea Florine Gamez
Althea Lane Gamez
Althea Violet Gamez
Althea Selah Gamez
Marni Loretta Gamez

@ -1,18 +0,0 @@
Jesus Ivor Gamez
Jesus Frey Gamez
Jesus Heron Gamez
Jesus Calder Gamez
Jesus Walden Gamez
Van Frey Gamez
Van Ferris Gamez
Errol Frey Gamez
Frey Kelly Gamez
Lorn Gunther Gamez
Florian Frey Gamez
Walden

@ -32,7 +32,7 @@
background-color: black;
}
html, body {padding:0; margin:0; height:100%;}
footer{
footer {
position: fixed; bottom: 0; left: 0;
color: #C0AAC0;
background-color: transparent;
@ -65,6 +65,7 @@ h1,h2,h3,h4,img,i {
}
h1 {
font-family: 'mitochondriaregular', sans-serif;
font-size: 1.5em;
}
.mundane {color:#aca79e;}
@ -94,7 +95,7 @@ pre,code {
display: grid;
position: relative;
grid-template-columns: 1fr;
grid-template-rows: 3em auto;
grid-template-rows: 3.5em auto;
grid-column-gap: 0px;
grid-row-gap: 0px;
box-sizing: border-box;
@ -104,6 +105,7 @@ pre,code {
grid-area: 1 / 1 / 2 / 2;
color: #C0AAC0;
text-align: center;
font-size: 1.5em;
}
.top a {
color: #C0AAC0;
@ -112,6 +114,10 @@ pre,code {
.top a:hover {
color: #A88AA8;
}
.top a:visited {
color: #C0AAC0;
font-weight: bold;
}
.content-grid {
grid-area: 2 / 1 / 3 / 2;
@ -132,12 +138,12 @@ pre,code {
.nav {
grid-area: 1 / 1 / 2 / 2;
background-color: transparent;
width: 60vw;
display: grid;
grid-template-columns: 26% 51% 23%;
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
margin: auto;
min-width: 636px;
width: 40vw;
min-width: 374px;
}

@ -1,16 +1,3 @@
a {
color: #1D1761;
}
a:hover {
color: #3127A5;
}
a:visited {
color: #1D1761;
}
a:active {
color: #3B2FC6;
}
hr {
border: 1px solid black;
}

@ -84,8 +84,10 @@
text-align: center;
}
.navlink a:link {
color: #C0AAC0;
}
.navlink a:visited {
color: #C0AAC0;
}
.navlink a:hover {
color: #f463ad;

@ -17,8 +17,8 @@
<div class="nav-about">
<a href="/about">
<div class="navbutton"><img src="/static/img/nav/about.png" alt="(link: about)"></div>
<div class="navlink">about</div>
<div class="navbutton"><img src="/static/img/nav/about.png" alt="(link: info)"></div>
<div class="navlink">info</div>
</a>
</div>

Loading…
Cancel
Save