c3d2-web/content/static/datenspuren/2022/css/style.css

25 lines
390 B
CSS
Raw Normal View History

2022-08-06 22:01:57 +02:00
@font-face {
font-family: "LinerationMono";
src: url('../font/LiberationMono-Regular.ttf') format('truetype');
font-weight:normal;
font-style:normal;
}
body {
background-color: #000b24;
font-family: "LinerationMOno";
font-size: 20pt;
color: #0089bf;
margin: 5ex;
}
2022-08-07 17:57:41 +02:00
header, .logo img{
2022-08-06 22:01:57 +02:00
margin: 0 auto;
display: block;
2022-08-07 18:03:09 +02:00
max-width: 80%;
2022-08-06 22:01:57 +02:00
}
h1 {
text-align: center;
}