Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <!--
  2. The only real caveat to this solution that I’ve encountered so far is the styling limitations present with elements using display: table-row.
  3. Often padding, margin, etc. don’t behave as expected. This is easy enough to work around by adding a <div> or something inside the .page-row and styling that:
  4. -->
  5.  
  6. <header class="page-row">
  7. <!-- apply your styles to me -->
  8. <div class="header-inner">
  9. <h1>Site Title</h1>
  10. </div>
  11. </header>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement