mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-01-06 14:38:07 -05:00
Animate the Sun's motion around the Solar System Barycenter (SSB), along with the four major planets Jupiter, Saturn, Uranus, and Neptune.
13 lines
195 B
CSS
13 lines
195 B
CSS
html, body {
|
|
/* Fit rendered page to screen layout */
|
|
top:0;
|
|
bottom:0;
|
|
left:0;
|
|
right:0;
|
|
position:fixed;
|
|
}
|
|
|
|
.PlotCanvas {
|
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
|
}
|