diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -11,8 +11,14 @@ body { background-image: url('images/background.png'); } -table { color: black; background-color: #bebebe; margin-top: 10px; - margin-bottom: 10px; margin-left: 10px; margin-right: 10px; } +table { + color: black; + background-color: #bebebe; + margin-top: 10px; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; +} </style> |