1 2 3 4 5
<!doctype html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 7 8
<title>How To</title> <link href="howto.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Allura| Calligraffitti|Give+You+Glory|Petit+Formal+Script|Zeyada" rel="styles heet"> </head> <body> <div id="header"> </div> <nav> <ul> <li><a href="howto.html" class="current">Home</a></li> <li><a href="howto.picking.html">Picking</a></li> <li><a href="howto.wrapping.html">Wrapping</a></li> <li><a href="howto.accents.html">Accents</a></li>
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
</ul> </nav> <div class="home"> <h3>The Perfect Gift</h3> <div class="present"> <img src="present.png" alt="present" > </div> <div id="quote"> <p>"Christmas is the spirit of giving without a thought of getting. It is happiness because we see joy in people. It is forgetting self and finding time for others. It is discarding the meaningless and stressing the true values."</p><p style="margin-left: 160px">Thomas S.Monson</p> </div> </div> <footer> Copyright Š CHristine Hansen </footer> </body> </html>
SKHD:Users:stephenkessler:Desktop:how to:howto.html: 1/1