You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
506 B
CSS
32 lines
506 B
CSS
11 months ago
|
html, body, canvas {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
background: #E5D0F2;
|
||
|
}
|
||
|
|
||
|
html, body {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-family: 'Libre Baskerville', serif;
|
||
|
font-size: 1.2vw;
|
||
|
font-weight: 600;
|
||
|
color: #396873;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
font-family: 'Libre Baskerville', serif;
|
||
|
font-style: italic;
|
||
|
font-weight: 200;
|
||
|
font-size: 1.2vw;
|
||
|
color: #396873;
|
||
|
}
|
||
|
|
||
|
.info-container {
|
||
|
display: flex;
|
||
|
width: 10vw;
|
||
|
padding-top: 1.5vw;
|
||
|
padding-left: 1.5vw;
|
||
|
padding-bottom: 1.5vw;
|
||
|
}
|