-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaritzaruizadvice.html
41 lines (32 loc) · 1.19 KB
/
maritzaruizadvice.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<!-- replace Skillcrush with your name here -->
<title>Maritza's Advice</title>
</head>
<!-- replace skillcrush with your name here -->
<body class="maritza-advice">
<header>
<a href="index.html">Back to Main Page</a>
<h1 class="maritza-advice">Hi, my name is Maritza and I have some advice for you!</h1>
</header>
<section>
<div class="maritza-advice1">
<h3 class="maritza-advice1">Never pick a windy day to start running for the first time.</h3>
<p class="maritza-advice1">Running can be hard enough without running into the wind</p>
<h3>Always eat dessert if you really want it.</h3>
<p>You only live once and what's the point of denying yourself a treat.</p>
<h3>Never wear black with brown.</h3>
<p>This rule has gotten looser, but I still hate the look.</p>
<h3>Play hooky every once in a while.</h3>
<p>Work will still be there when you get back.</p>
</div>
</section>
<footer>
<!-- replace Skillcrush with your name here -->
<p>© Copyright Maritza Ruiz 2014.
</footer>
</body>
</html>