ktyl.dev/src/inc_css/planets.css

37 lines
630 B
CSS
Raw Normal View History

2021-09-14 00:30:16 +01:00
.planets {
overflow: hidden;
position: absolute;
height: 80vmax;
width: 80vmax;
right: 0;
bottom: 0;
z-index: -1;
/*background-color: var(--background);*/
background-color: transparent;
2021-09-14 00:30:16 +01:00
}
.planet {
position: absolute;
border-radius: 50%;
display: inline-block;
2021-10-14 23:56:41 +01:00
width: var(--radius);
height: var(--radius);
2021-09-14 00:30:16 +01:00
}
.orbit {
position: absolute;
2021-10-14 23:56:41 +01:00
/*border: #orbit_thickness.css solid var(--foreground-inactive);*/
border-radius: 100%;
background-color: transparent;
z-index:-1;
}
2021-09-14 00:30:16 +01:00
#include mercury.css
#include earth.css
#include venus.css
#include mars.css