From 25a459deb0ee5d546a33a06bf4d59bb12e1b7f2c Mon Sep 17 00:00:00 2001 From: Suraj B M <100959814+silicoflare@users.noreply.github.com> Date: Sun, 27 Aug 2023 23:43:08 +0530 Subject: [PATCH] Add files via upload --- data/studyhive.css | 75 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 data/studyhive.css diff --git a/data/studyhive.css b/data/studyhive.css new file mode 100644 index 0000000..52c34b4 --- /dev/null +++ b/data/studyhive.css @@ -0,0 +1,75 @@ +@font-face { + font-family: "Hippo"; + src: url('hippo.ttf'); +} + +.stackedit__html { + max-width: 900px; +} + +body { + background-color: #FFFFFF; + color: #000; + font-family: 'Poppins', sans-serif; + font-size: 18px; +} + +h1 { + background-color: #1F415E; + text-align: center; + vertical-align: middle; + color: white; + padding: 15px; + text-decoration: none; + border: 0px; + text-transform: uppercase; + font-family: 'Hippo'; + letter-spacing: 3px; +} + +h1::after { + border-bottom: none; +} + +h2 { + color: #1F415E; + text-transform: uppercase; + font-family: 'Hippo'; +} + +h2::after { + border-bottom: 1px solid #1F415E; +} + +h3 { + color: #EC8934; + font-family: 'Hippo'; +} + +table, thead, tbody, th, tr, td { + border: none; +} + +th { + background-color: #EC8934; + color: white; + border-left: 1px solid white; + border-right: 1px solid white; +} + +tr { + border-left: 1px solid white; + border-right: 1px solid white; +} + + +tr:nth-child(odd) { + background-color: #f2f2f2; /* Or any color you fancy */ +} + +.thanks { + text-align: center; + font-family: 'Hippo'; + color: #EC8934; + font-size: 60px; +} \ No newline at end of file