summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/app.component.css
diff options
context:
space:
mode:
authorJacob <gatelyjm@clarkson.edu>2019-12-09 07:37:40 -0500
committerJacob <gatelyjm@clarkson.edu>2019-12-09 07:37:40 -0500
commit1b23ba09800009f484b9ab6a49a5626b0baaf504 (patch)
treead59b70ef89202b71181382a3d40a468705b535c /recipeBuddy/src/app/app.component.css
parentc6afa531481b664950406df6cea17794942d8028 (diff)
Initial commit for main page work in progress. Trying to figure out
infinite scroll
Diffstat (limited to 'recipeBuddy/src/app/app.component.css')
-rw-r--r--recipeBuddy/src/app/app.component.css10
1 files changed, 10 insertions, 0 deletions
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