From e493dca870fdabbf29e611dc12921afcdb9bf085 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 21 Feb 2019 21:57:28 +0000 Subject: Moved to outside directory - redoing seperation of concerns --- Main/wwwroot/css/main.css | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 Main/wwwroot/css/main.css (limited to 'Main/wwwroot/css/main.css') diff --git a/Main/wwwroot/css/main.css b/Main/wwwroot/css/main.css deleted file mode 100644 index ca052da..0000000 --- a/Main/wwwroot/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 -- cgit v1.2.3-13-gbd6f