summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/app.component.css
diff options
context:
space:
mode:
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