From 0922e7f865d61295adc6807f2776a80ce70fe711 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 7 Dec 2019 03:16:32 -0500 Subject: Delete main page component that was no longer needed --- .../src/app/main-page/main-page.component.css | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 recipeBuddy/src/app/main-page/main-page.component.css (limited to 'recipeBuddy/src/app/main-page/main-page.component.css') diff --git a/recipeBuddy/src/app/main-page/main-page.component.css b/recipeBuddy/src/app/main-page/main-page.component.css deleted file mode 100644 index 4dffa18..0000000 --- a/recipeBuddy/src/app/main-page/main-page.component.css +++ /dev/null @@ -1,29 +0,0 @@ -p { - font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; -} - -h1 { - text-align: center; - font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; -} -h2 { -font-family:'Times New Roman', Times, serif; -} -button{ - background-color: #D87620; - color: white; - padding : 15px 25px; - cursor: pointer; -} -#container{ - width:100%; - } -#left{ - float:left;width:100px; - } -#right{ - float:right;width:175px; - } -#center{ - margin:0 auto;width:100px; - } \ No newline at end of file -- cgit v1.1