From f77e9f78b55d92914c17135529b24ced7ff32c52 Mon Sep 17 00:00:00 2001 From: SilicoFlare <100959814+SilicoFlare@users.noreply.github.com> Date: Fri, 11 Nov 2022 19:58:25 +0530 Subject: [PATCH] stuff --- important/message/aadi.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 important/message/aadi.css diff --git a/important/message/aadi.css b/important/message/aadi.css new file mode 100644 index 0000000..06f7c2e --- /dev/null +++ b/important/message/aadi.css @@ -0,0 +1,30 @@ +@font-face { + src: url('./lato_font.ttf'); + font-family: 'Lato'; +} + +* { + font-family: Lato; +} + +body { + background: #000; + color: white; + padding: 0.5in; +} + +h1 { + color: red; +} + +button { + background-color: gray; + color: #000; + border-radius: 0%; +} + +.format { + font-style: oblique; + text-align: center; + color: #00FF00; +}