diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -0,0 +1,28 @@ +body { + background: #404040; + color: white; + min-height: 100vh; +} + +span { + display:block; +} + +.attr { + color:#f080a0; + display:inline; +} + +* { + font-family: sans-serif; +} + +a{ + margin: 5px; + display: block; + color: lightcoral; +} + +li{ + padding: 5px; +}
\ No newline at end of file |