diff options
author | nicdob <niclas.dobbertin@gmx.de> | 2020-10-05 12:01:00 +0200 |
---|---|---|
committer | nicdob <niclas.dobbertin@gmx.de> | 2020-10-05 12:01:00 +0200 |
commit | c0afbbf2ed2f63cc72c8b56946cd1713ae916ce8 (patch) | |
tree | 3909fbea4534c7722efb097321e0cea615c44167 /style.css | |
parent | 3e5ab58d8244979daab15393f47ef0926b024f3e (diff) |
remove top dir
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..5d60524 --- /dev/null +++ b/style.css @@ -0,0 +1,17 @@ +body { + font-family: Arial, sans-serif; + font-size: medium; + color: thistle; + background-color: #373b41; +} + +h1 { + color: HotPink; + text-align: center; +} + +#box-one { + background-color: thistle; + color: black; + opacity: 0.5; +} |