Skip to content

Commit

Permalink
style logameal page
Browse files Browse the repository at this point in the history
make logameal page more visual with a logo for the log a meal button. relates #17 and #4
  • Loading branch information
lucysabin committed May 23, 2017
1 parent 41169a0 commit 9e99ecb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
7 changes: 7 additions & 0 deletions css/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,11 @@
.logameal_button {
background: silver;
padding: .3em;
background: none;
}

.landing_greeting {
margin: .5em 2em;
font-size: 1em;
text-align: center;
}
Binary file added images/logameal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@
</header>

<div class="container">

<h1 class="landing_greeting">Hello, Kim.</h1>
<a href="logameal.html" class="logameal_button">Log a meal</a>

<a href="logameal.html" class="logameal_button"><img src="images/logameal.png" alt="Click here to log a meal"></a>
<h1 class="landing_greeting">Hi, Kim. <br>Would you like to log a meal?</h1>
</div>

<script src="landing.js"></script>
Expand Down

0 comments on commit 9e99ecb

Please sign in to comment.