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.

46 lines
708 B
CSS

:root {
--color : "white"
}
html,body{margin: 0;padding: 0; font-family: Arial, Helvetica, sans-serif;}
body {
color: var(--color);
}
#documentation{
width: 60%;
margin-left: 20%;
margin-top: 5%;
border: dashed;
padding: 3%;
height: 60%;
border-radius: 20%;
}
#zeroHtml {
display: none;
color: red;
width: 100vw;
text-align: center;
}
#oneHtml {
display: none;
color: salmon;
filter: drop-shadow(0 0 0.75rem crimson);
position: absolute;
top: 0;
left: 15%;
line-height: 7px;
}
#twoHtml{
display: none;
position: absolute;
top: 0;
width: 100vw;
height: 100vh;
border: solid;
}