Still waiting for the New York Times to send me a bogus takedown notice
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..70d56db --- /dev/null +++ b/style.css @@ -0,0 +1,11 @@ +body { + background-color: #000000; + color: #ffffff; + font-family: sans-serif; + text-align: center; +} + +input { + background: #000000; + color: #ffffff; +} |