summaryrefslogtreecommitdiff
path: root/src/guzzle.sass
diff options
context:
space:
mode:
Diffstat (limited to 'src/guzzle.sass')
-rw-r--r--src/guzzle.sass53
1 files changed, 53 insertions, 0 deletions
diff --git a/src/guzzle.sass b/src/guzzle.sass
new file mode 100644
index 0000000..a5403e1
--- /dev/null
+++ b/src/guzzle.sass
@@ -0,0 +1,53 @@
+@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;700&display=swap')
+
+$fonts: "Fira Code", monospace
+$foreground-color: #1e1e2e
+
+.container
+ background-color: #b4befe
+
+ display: inline-flex
+ flex: 1 1 auto
+ flex-direction: column
+ align-items: center
+ justify-content: center
+
+ margin-left: 20%
+ margin-right: 20%
+ margin-top: 8%
+
+ padding: 10px
+
+body
+ background-color: $foreground-color
+ font-family: $fonts
+
+ p,li
+ font-size: 16px
+
+ h
+ font-size: 24px
+
+footer
+ font-size: 10px
+ color: white
+ padding: 10px
+ justify-content: center
+ text-align: center
+
+.content
+ display: inline-block
+ text-align: center
+ padding: 5px
+ margin: 5px
+
+.gifs
+ background-color: $foreground-color
+ display: inline-block
+ text-align: center
+ padding: 5px
+ margin: 5px
+
+#vidya
+ display: flex
+ justify-content: center