aboutsummaryrefslogtreecommitdiff
path: root/Website/css
diff options
context:
space:
mode:
Diffstat (limited to 'Website/css')
-rw-r--r--Website/css/main.css32
1 files changed, 0 insertions, 32 deletions
diff --git a/Website/css/main.css b/Website/css/main.css
deleted file mode 100644
index ca052da..0000000
--- a/Website/css/main.css
+++ /dev/null
@@ -1,32 +0,0 @@
-* {
- --size: 20em;
- /*Image size*/
-}
-
-#root {
- display: grid;
- grid-template-columns: repeat(3, 1fr);
- grid-template-rows: repeat(20, 1fr);
- grid-gap: 2em;
-}
-
-.Frame {
- outline: grey 0.5em auto;
-}
-
-.Frame h1 {
- display: inline;
- align-content: center;
- font-family: 'Poppins', sans-serif;
-}
-
-.Frame a:link,
-.Frame a:visited {
- color: black;
-}
-
-.Frame img {
- display: block;
- background-size: cover;
- width: 38em;
-} \ No newline at end of file