digital-theory/css/0-general.css

31 lines
461 B
CSS
Raw Normal View History

2023-04-24 18:47:52 +02:00
/******** all sections *********/
2023-04-25 12:05:23 +02:00
body{
background: #020225;
2023-04-25 17:22:09 +02:00
padding-bottom: 50vh;
2023-04-24 18:47:52 +02:00
}
2023-04-25 12:05:23 +02:00
2023-04-24 18:47:52 +02:00
main section {
height: 1300px;
min-height: 1300px;
width: 100vw;
font-family: 'GT Walsheim Pro', Arial;
}
main section h2 {
font-family: 'GT Walsheim Pro', Arial;
font-style: normal;
font-weight: 600;
font-size: 60px;
line-height: 110%;
/* or 66px */
letter-spacing: -0.04em;
/* Secondary 100 */
color: #FFFDFC;
}
2023-04-25 14:59:51 +02:00
img{
max-width: 100vw;
}