adjusting header and footer text styling

This commit is contained in:
emma 2024-12-13 21:03:24 -05:00
parent 817cfc4c2e
commit 065c6a6a33
3 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,5 @@
<footer>
made with love and tender care by emma. get in <a href="../site/contact.php" target="_blank">touch</a>
<span>
made with love and tender care by emma. get in <a href="../site/contact.php" target="_blank">touch</a>
</span>
</footer>

View File

@ -1,3 +1,5 @@
<header>
emma's place - a celebration of self-expression through the personal web
<span>
emma's place - a celebration of self-expression through the personal web
</span>
</header>

View File

@ -52,7 +52,6 @@ header {
grid-column: 1/3;
height: 5vh;
width: 75vw;
text-align: center;
border-bottom: 10px solid;
border-image-slice: 1;
border-width: 5px;
@ -70,7 +69,14 @@ footer {
}
header, footer {
justify-self: center;
display: flex;
justify-content: center;
}
header span, footer span {
height: 0;
margin-top: 0.5rem;
font-size: 1.3rem;
}
nav {