Skip to content

Commit

Permalink
JK - Added temp footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse-Kramer committed May 25, 2024
1 parent 862e49e commit a3c358f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions public/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,15 @@ main{

/* footer */
footer{
margin-top: 2em;
height: 5em;
display: flex;
justify-content: center;
text-align: center;
background-color: black;
color: #fff;
padding: 2em;
font-family: var(--medium-text);
}

/* media queries */
Expand Down Expand Up @@ -234,6 +243,9 @@ footer{
/* outline: solid rgb(92, 163, 88); */
}
footer {
background-color: var(--main-bg-color);
color: var(--text-color);
border-top: #000000 solid 3px;
}

}
Expand Down
3 changes: 1 addition & 2 deletions views/partials/foot.ejs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

<footer>
<section>
<h1>FOOTER in works</h1>

<h3>FOOTER in works</h3>
</section>
</footer>

Expand Down

0 comments on commit a3c358f

Please sign in to comment.