Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <div class="fullWidth">
  2. <div class="header-section matricula">
  3. <img src="imgs/header/menu.png" class="menu-button" data-open="imgs/header/cancel.png" data-close="imgs/header/menu.png">
  4. <div class="title">
  5. <h1>
  6. Matrícula
  7. </h1>
  8. </div>
  9. </div>
  10. </div>
  11.  
  12. .fullWidth .header-section .title {
  13. overflow: auto;
  14. position: absolute;
  15. top: 50%;
  16. left: 50%;
  17. -webkit-transform: translate(-50%, -50%);
  18. -moz-transform: translate(-50%, -50%);
  19. transform: translate(-50%, -50%);
  20. z-index: 2;
  21. }
  22. .fullWidth .header-section .title h1 {
  23. overflow: auto;
  24. text-align: center;
  25. font-family: "BacktoBlackDemo";
  26. color: #fff;
  27. font-size: 120px;
  28. line-height: 120px;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement