thsf.net/src/thsf/static/css/style.css

16 lines
288 B
CSS
Raw Normal View History

2023-04-05 16:14:50 +02:00
* {
box-sizing: border-box;
}
body {
2023-04-08 01:32:11 +02:00
background-color: var(--main-bg-color);
2023-04-05 16:14:50 +02:00
font-family: pfdintextcomppromedium;
2023-04-07 09:56:42 +02:00
display: flex;
2023-04-07 10:34:03 +02:00
flex-direction: row;
2023-04-07 10:31:00 +02:00
justify-content: center;
2023-04-09 09:50:21 +02:00
align-items: center;
align-content: center;
2023-04-05 16:14:50 +02:00
text-align: center;
2023-04-11 10:05:13 +02:00
background-color: yellow;
2023-04-09 13:45:28 +02:00
}