mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-01-09 08:00:35 -05:00
Animate the Sun's motion around the Solar System Barycenter (SSB), along with the four major planets Jupiter, Saturn, Uranus, and Neptune.
21 lines
223 B
CSS
21 lines
223 B
CSS
/*
|
|
astro_demo.css
|
|
*/
|
|
|
|
.NumHeader {
|
|
text-align: center;
|
|
}
|
|
|
|
.Numeric {
|
|
font-family: Monospace;
|
|
text-align: right;
|
|
}
|
|
|
|
input:invalid {
|
|
border: 2px dashed red;
|
|
}
|
|
|
|
input:valid {
|
|
border: 1px solid white;
|
|
}
|