Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions starter_code/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ h3 {
background: url(../images/testimonial_bg.jpg) no-repeat center top;
height: 300px;
text-align: center;
/*If you want the padding on all sides to be the same, you can just use the one number rather than repeating it for all sides*/
padding: 100px 100px 100px 100px;
}

Expand Down
3 changes: 2 additions & 1 deletion starter_code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<!-- external CSS link -->
<link rel="stylesheet" href="css/reset.css">
<!-- When you add the Google Fonts, make sure that you have all the font weights that you'll need. Right here you only have the normal one but not the bolds or lights -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">

Expand All @@ -25,7 +26,7 @@ <h2>Get piece of mind with a single tap</h2>

<button class="getItNow">Get it Now</button>
</header>

<!-- It is usually easier to use lowercase letters at the start of your class name -->
<div class="Benefits">
<h3>Benefits</h3>
<p>The perfect personal assistant. Relaxr does your job for you so you can enjoy life as it is meant to be.</p>
Expand Down