Skip to content

Commit

Permalink
Adding a little rectangle background to the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
tay committed Oct 2, 2024
1 parent 313971c commit 07f864f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
6 changes: 6 additions & 0 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@
</nav>
{{ block "main" . }} {{ end }}
<footer>
<div style="background: #ed9458; border-radius: 25px;
font-size: 20px;
width: 5px
padding: 10px;
border: 1px solid #FFFFFF;
margin: 5px;">
<!-- Remove "Vecteezy Credits" once background removed -->
Credits:
<a
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div style="background: #ed9458; border-radius: 25px;
font-size: 20px;
padding: 10px;
border: 1px solid lightgray;
border: 1px solid #FFFFFF;
margin: 10px;">
<div>
<b id="date-time">time</b>
Expand Down
6 changes: 6 additions & 0 deletions public/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,12 @@ <h1>Hiya, Call me Tee!</h1>
</main>

<footer>
<div style="background: #ed9458; border-radius: 25px;
font-size: 20px;
width: 5px
padding: 10px;
border: 1px solid #FFFFFF;
margin: 5px;">

Credits:
<a
Expand Down
8 changes: 7 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<div style="background: #ed9458; border-radius: 25px;
font-size: 20px;
padding: 10px;
border: 1px solid lightgray;
border: 1px solid #FFFFFF;
margin: 10px;">
<div>
<b id="date-time">time</b>
Expand All @@ -93,6 +93,12 @@
</main>

<footer>
<div style="background: #ed9458; border-radius: 25px;
font-size: 20px;
width: 5px
padding: 10px;
border: 1px solid #FFFFFF;
margin: 5px;">

Credits:
<a
Expand Down

0 comments on commit 07f864f

Please sign in to comment.