Sha256: 364e246a5554d8a8bd098310e30b0a05dfc399b58d282d803a7c98805fd376ea
Contents?: true
Size: 261 Bytes
Versions: 26
Compression:
Stored size: 261 Bytes
Contents
:root { --body-background: #fafafa; --body-color: #444; } body { background: var(--body-background); color: var(--body-color); font-family: sans-serif; } h1, nav, footer { text-align: center; } main { margin: 4rem auto; max-width: 60rem; }
Version data entries
26 entries across 26 versions & 1 rubygems