adjusting header and footer text styling
This commit is contained in:
parent
817cfc4c2e
commit
065c6a6a33
|
@ -1,3 +1,5 @@
|
||||||
<footer>
|
<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>
|
</footer>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
<header>
|
<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>
|
</header>
|
||||||
|
|
|
@ -52,7 +52,6 @@ header {
|
||||||
grid-column: 1/3;
|
grid-column: 1/3;
|
||||||
height: 5vh;
|
height: 5vh;
|
||||||
width: 75vw;
|
width: 75vw;
|
||||||
text-align: center;
|
|
||||||
border-bottom: 10px solid;
|
border-bottom: 10px solid;
|
||||||
border-image-slice: 1;
|
border-image-slice: 1;
|
||||||
border-width: 5px;
|
border-width: 5px;
|
||||||
|
@ -70,7 +69,14 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
header, 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 {
|
nav {
|
||||||
|
|
Loading…
Reference in New Issue