This commit is contained in:
ZockerKatze
2025-06-11 12:42:58 +02:00
parent 89d5ed249b
commit 5fc676167f
4 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1,44 @@
/*Tschuldigung für mein css, es is sehr unübersichtlich*/
h1 {
font-family: Brush Script MT;
font-size: 3em;
font-weight: bold;
background-color: #708090;
color: white;
}
h2 {
font-size: 2em;
font-weight: bold;
color: #708090;
font-family: Brush Script MT;
font-style: italic; /* schaut sonst nicht gut aus :) */
}
.div-1 {
font-size: 1em;
font-style: italic;
}
.div-2 {
display: flex;
justify-content: center;
align-items: center;
}
.div-2 img {
max-width: 100%;
height: auto;
}
.div-3 h3 {
font-weight:bold;
color:#708090;
font-style: normal;
}
.textcontainer {
font-size: 1em;
}