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.

20 lines
186 B
CSS

h1 {
font-size: calc(3vW + 3vH);
text-align: center;
}
h2 {
font-size: calc(1.5vW + 1.5vH);
}
#container {
display: flex;
}
iframe {
border: 0px;
width: 30vW;
height: 60vH;
}