From: Elijah Cohen Date: Fri, 29 Jan 2021 03:58:52 +0000 (-0600) Subject: whoops X-Git-Url: https://git.eli173.com/?a=commitdiff_plain;h=1e95c9b43780c4f4b119c3d989413e01702a8b5c;p=comics whoops --- 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; +}