diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,12 @@ body { color: white; } +.container { + width: 80%; + margin: auto; + overflow: hidden; +} + .center { text-align: center; } |
