Planetary Portal: Saturn

Overview of Saturn

Saturn: The gas giant of the Solar System. Where the sun shines bright with a fiery glow of hydrogen and helium.

Saturn in all its gaseous glory
body { background-image: linear-gradient(#000, #333); background-size: 100px; background-position: center; background-attachment: fixed; } body .planet { background-color: #000; color: #FFF; font-family: "Arial", sans-serif; font-size: 20px; padding: 20px; border: 1px solid #666; border-radius: 10px; box-shadow: 0 0 10px #000; } body .ring { border: 4px solid #000; width: 200px; height: 200px; border-radius: 200px; background-color: #FFF; position: relative; bottom: 50%; left: 50%; margin-left: -100px; margin-top: -100px; box-shadow: 0 0 10px #000; } body .ring::before { content: ""; position: absolute; top: -100%; left: -100%; width: 100%; height: 100%; background-image: radial-gradient(#000, #333, #000); border: 1px solid #666; border-radius: 200px; z-index: 1; } body .ring::after { content: ""; position: absolute; bottom: -100%; right: -100%; width: 100%; height: 100%; background-image: linear-gradient(#FFF, #000, #FFF); border: 1px solid #666; border-radius: 200px; z-index: 1; }