Skip to content

Commit

Permalink
updated the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed May 27, 2019
1 parent 9fcae1b commit 3330b36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion public/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<br>
<!-- <span class="slogan">Order Ready in 30 Minutes</span> -->
<a href="index.html">
<button type="button" class="btn btn-primary">Order Here</button>
<button type="button" class="btn btn-primary btn-lg">Order Here</button>
</a>
</div>
</div>
Expand Down
19 changes: 8 additions & 11 deletions public/styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,22 @@ body {

.flex-container {
text-align: center;
/*display: flex;
justify-content: center;
/*top: 50%;*/
/*display: inline-flex;
align-items: center;*/
/* filter: blur(1px);*/
/*height: 200px;
align-items: center;
*/
display: flex;
height: 400px;
justify-content: center;
align-items: center;
}

.name {
font-size: 3em;
font-size: 8em;
text-align: center;
color: white;
border-bottom: white solid 4px;
/* padding: 10px;*/
background-color: rgba(0,0,0,.7);
letter-spacing: 4px;
font-family: Avenir, Sans-serif;
padding: 312px 310px 30px 310px;
padding: 570px 850px 30px 850px;
/*top: 50%;
width: 100%;*/
}
Expand All @@ -42,7 +33,13 @@ body {

button {
margin: 10px;
font-size: 4em;
}

.btn-lg {
padding: 10px 20px;
font-size: 2em;
border-radius: 10px;
}


Expand Down

0 comments on commit 3330b36

Please sign in to comment.