Advertisement
Guest User

Untitled

a guest
May 25th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <div id="content">
  2. <div class="heading">
  3. <h1>Mac and Cheese</h1>
  4. <div class="text">
  5. <p>Mac and cheese is really yum!</p>
  6. </div>
  7. </div>
  8. <div class="main-content">
  9. The main content of the site</div>
  10. </div>
  11.  
  12. #content {
  13. padding:0;
  14. background:0;
  15. float:none;
  16. width:auto;}
  17. .heading{display:flex;
  18. display:-webkit-flex;
  19. flex-direction:column;
  20. -webkit-flex-direction:column;}
  21. #content h1{
  22. text-align:left;
  23. width:100%;
  24. float:none;
  25. margin:0 0 10px;
  26. font:2.538em/1.3em;
  27. color:#393939;}
  28. #content .text{
  29. order:1;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement