diff options
Diffstat (limited to 'www/html/style.css')
-rwxr-xr-x | www/html/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/html/style.css b/www/html/style.css new file mode 100755 index 0000000..6d0bd42 --- /dev/null +++ b/www/html/style.css @@ -0,0 +1,12 @@ +body { + background-color:#000000; +} + +*{ + color: white; +} + +table,th,td { + border: 2px solid red; + text-align: center; +} |