You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
420 B
41 lines
420 B
section{
|
|
color: white;
|
|
text-align: center;
|
|
height: 100vh;
|
|
}
|
|
|
|
#uvod{
|
|
color: black;
|
|
}
|
|
|
|
#dark{
|
|
color: gray;
|
|
}
|
|
|
|
|
|
#earth{
|
|
text-align: right;
|
|
}
|
|
|
|
.stars{
|
|
position: fixed;
|
|
top: 9.8%;
|
|
left: 34.5%;
|
|
opacity: 0;
|
|
}
|
|
|
|
|
|
.earth-fixed{
|
|
position: fixed;
|
|
bottom: 35%;
|
|
right: 65%;
|
|
opacity: 0;
|
|
}
|
|
|
|
.evolvedtext{
|
|
position: fixed;
|
|
bottom: 20%;
|
|
right: 71.8%;
|
|
opacity: 0;
|
|
}
|
|
|
|
|