From 1e95c9b43780c4f4b119c3d989413e01702a8b5c Mon Sep 17 00:00:00 2001 From: Elijah Cohen Date: Thu, 28 Jan 2021 21:58:52 -0600 Subject: [PATCH] whoops --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..3d7e3a7 --- /dev/null +++ b/style.css @@ -0,0 +1,13 @@ +body { + background-color: #f8f8ff; +} + +.container { + display: flex; + justify-content: center; +} + +.title { + font-variant-caps: small-caps; + font-size: xxx-large; +} -- 2.39.2