Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. <div class="menu-defaults menu-overlay">
  2. <div class="menu-container">
  3. <div class="menu-gallery">
  4. <a href="">
  5. <div class="menu-gallery-options">
  6. <div class="menu-gallery-options-title">
  7. <span class="gallery-options-title-style" style="z-index: 1;">HOME</span>
  8. </div>
  9. <div class="menu-gallery-options-img">
  10. <img src="data/_img/static_ex.jpg" style="z-index: -1;" class="gallery-options-img-style">
  11. </div>
  12. </div>
  13. </a>
  14. </div>
  15. </div>
  16. </div>
  17.  
  18. .menu-defaults{
  19. width: 100%;
  20. height: 100%;
  21. }
  22. .menu-container{
  23. width: 90%;
  24. height: 100%;
  25. margin: 0 auto;
  26. }
  27. .menu-gallery{
  28. margin-top: 160px;
  29. }
  30. .menu-gallery-options{
  31. width: 460px;
  32. height: 259;
  33. box-shadow: 0px 0px 20px #000;
  34. margin: 20px 20px 20px 20px;
  35. }
  36. .menu-gallery-options-title{
  37. width: 100%;
  38. height: auto;
  39. text-align: center;
  40. }
  41. .gallery-options-title-style{
  42. font-size:32px;
  43. font-weight: 900;
  44. color: white;
  45. font-family: arial;
  46. text-decoration: none;
  47. }
  48. .menu-gallery-options-img{
  49. margin: -45px 0;
  50. padding: 0;
  51. }
  52. .gallery-options-img-style{
  53. width: 100%;
  54. height: auto;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement