2024-11-22

This commit is contained in:
2024-11-22 18:21:16 -06:00
parent 19ce5934b7
commit 1c3ea0b119
19 changed files with 171 additions and 72 deletions

View File

@@ -1,3 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturCook:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
.season-5 {
--newspaper-background-texture-image: url(../images/parchment.jpg);
--newspaper-headline-font: 'Noticia Text';
@@ -13,7 +17,7 @@
text-align: justify;
p {
columns: 2;
columns: 1;
}
h1, h2, h3 {
@@ -42,7 +46,7 @@
}
// Headline
h1 ~ h1 {
h1 ~ h2 {
font-weight:bold;
text-transform: uppercase;
}
@@ -51,8 +55,12 @@
columns: 1;
text-align: center;
}
//Headline image
img {
height:400px;
display: block;
margin: 0 auto;
}
}