summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/recipe-card/recipe-card.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/recipe-card/recipe-card.component.css
parentc6afa531481b664950406df6cea17794942d8028 (diff)
Initial commit for main page work in progress. Trying to figure out
infinite scroll
Diffstat (limited to 'recipeBuddy/src/app/recipe-card/recipe-card.component.css')
-rw-r--r--recipeBuddy/src/app/recipe-card/recipe-card.component.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipeBuddy/src/app/recipe-card/recipe-card.component.css b/recipeBuddy/src/app/recipe-card/recipe-card.component.css
index d52f971..8cf412a 100644
--- a/recipeBuddy/src/app/recipe-card/recipe-card.component.css
+++ b/recipeBuddy/src/app/recipe-card/recipe-card.component.css
@@ -1,3 +1,21 @@
+ .example-viewport{
+ height: 250px;
+ width: 80%;
+ margin-left: 50px;
+ border: 1px solid saddlebrown;
+ display: flex;
+ }
+ .list{
+ height: 50px;
+ justify-content: center;
+ align-items: center;
+ }
+ h2{
+ margin-left: 40px;
+ }
+ .container{
+ margin-bottom: 40px;
+ }
p {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}