From 1b23ba09800009f484b9ab6a49a5626b0baaf504 Mon Sep 17 00:00:00 2001 From: Jacob Date: Mon, 9 Dec 2019 07:37:40 -0500 Subject: Initial commit for main page work in progress. Trying to figure out infinite scroll --- recipeBuddy/src/app/app.component.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'recipeBuddy/src/app/app.component.css') diff --git a/recipeBuddy/src/app/app.component.css b/recipeBuddy/src/app/app.component.css index c62f266..fa69a91 100644 --- a/recipeBuddy/src/app/app.component.css +++ b/recipeBuddy/src/app/app.component.css @@ -2,6 +2,7 @@ h1 { font-size: 1.2em; margin-bottom: 0; + text-align: center; } h2 { font-size: 2em; @@ -26,3 +27,12 @@ nav a:hover { nav a.active { color: #039be5; } +#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