From c0afbbf2ed2f63cc72c8b56946cd1713ae916ce8 Mon Sep 17 00:00:00 2001 From: nicdob Date: Mon, 5 Oct 2020 12:01:00 +0200 Subject: remove top dir --- style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 style.css (limited to 'style.css') 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; +} -- cgit v1.2.3