Advertisement
Guest User

Untitled

a guest
Apr 17th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <!--Put an empty div in the body, perfably at the top.-->
  2. <!--Within the empty div, make a header element, which will be where you put your headlines, summary and logo.-->
  3. <div class="image">
  4. <header id="intro-splash">
  5. <img src="path/to/logo.jpg" alt="">
  6. <h1 class="headline upper">Headline</h1>
  7. <p class="summary">Summary</p>
  8. </header>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement