adjusting header and footer text styling
This commit is contained in:
parent
817cfc4c2e
commit
065c6a6a33
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue