Bewaesserungsanlage/Webserver/static/Styles/main.css

12 lines
230 B
CSS
Raw Normal View History

2022-07-30 00:19:30 +02:00
main{
max-width: 90%;
width: 1800px;
margin-left: auto;
margin-right: auto;
}
2022-08-15 01:10:34 +02:00
h2{
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
text-transform: uppercase;
margin-bottom: 2em;
}