Files
HTML/site/goetter/css/style.css
ZockerKatze 5fc676167f refactor
2025-06-11 12:42:58 +02:00

45 lines
634 B
CSS

/*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;
}