From 74e5fd4f4d0bf40cb682ff48973fdd41d86f747b Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 17 Mar 2023 07:37:47 -0400 Subject: initial commit --- src/guzzle.sass | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 src/guzzle.sass (limited to 'src/guzzle.sass') 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 -- cgit v1.2.3