Skip to content

Commit 1bc65ac

Browse files
committed
classes on buttons, jumbotron
1 parent 2df78fc commit 1bc65ac

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

index.html

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@
1212
</head>
1313

1414
<body>
15+
<div class='jumbotron'>
1516

16-
<h1>Healthy sandwiches for your team</h1>
17+
<h1>Healthy sandwiches for your team</h1>
1718

18-
<img src='images/sandwich.png'>
19+
<img src='images/sandwich.png'>
1920

20-
<form role='form'>
21-
<label for="email">Find out more</label>
22-
<input type="text" name="email" >
23-
<button type="submit">Send</button>
24-
</form>
21+
<form role='form'>
22+
<label for="email">Find out more</label>
23+
<input type="text" name="email" >
24+
<button type="submit">Send</button>
25+
</form>
26+
</div>
2527

2628
<div id="buzz">
2729
<h2><small>The Buzz</small><br />What are people saying?</h2>
@@ -44,17 +46,17 @@ <h2><small>The Buzz</small><br />What are people saying?</h2>
4446

4547

4648
<div id="mission">
47-
<h2><small>Our mission</small><br />Join us in helping busy professionals eat healthily</h2>
49+
<h2><small>Our mission</small><br />Join us in helping busy professionals eat healthily</h2>
4850

49-
<p>We believe that healthy workers are more productive workers.</p>
50-
<p>Providing your team with a healthy lunch each day improves both motivation and morale.</p>
51-
<p>We deliver healthy sandwiches, made with the best ingredients, to your workplace every day.</p>
51+
<p>We believe that healthy workers are more productive workers.</p>
52+
<p>Providing your team with a healthy lunch each day improves both motivation and morale.</p>
53+
<p>We deliver healthy sandwiches, made with the best ingredients, to your workplace every day.</p>
5254

53-
<div id='social-buttons'>
54-
<button>Twitter</button>
55-
<button>Facebook</button>
56-
<button>Pinterest</button>
57-
</div>
55+
<div id='social-buttons'>
56+
<button class='btn-twitter'>Twitter</button>
57+
<button class='btn-facebook'>Facebook</button>
58+
<button class='btn-pinterest'>Pinterest</button>
59+
</div>
5860
</div>
5961

6062

0 commit comments

Comments
 (0)