diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -23,6 +23,13 @@ body { background-image: url("tile1.jpg"); background-repeat: repeat; font-family: terminus; + max-width: 1200px; + margin-left: auto; + margin-right: auto; +} + +.nav { + text-align: center; } .fst { |