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.

26 lines
279 B
CSS

body {
/*background: linear-gradient( 45deg, blue, red );*/
}
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;
}
a, a:visited {color: black;}