wingman007

CSS_media_query_ratoni

Jul 29th, 2015
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.26 KB | None | 0 0
  1. <style type="text/css">
  2. .call-container {
  3. background-image: url('/wp-content/uploads/2015/07/Health_Training_2_.jpg');
  4. width: 100%;
  5. height: 560px;
  6. background-repeat: no-repeat;
  7. background-attachment: scroll;
  8. background-position: center;
  9. background-origin: content-box;
  10. background-size: cover;
  11. position: relative;
  12. top: 0px;
  13. right: 0px;
  14. }
  15. .call-slogan {
  16. display: block;
  17. position: absolute;
  18. width: 50%;
  19. height: 50%;
  20. top: 25%;
  21. left: 25%;
  22. font: bold 4em/105% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  23. color: white;
  24. /* overflow: hidden; */
  25. text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  26. text-align: center;
  27. }
  28. .call-text {
  29. display: block;
  30. position: absolute;
  31. width: 50%;
  32. height: 50%;
  33. top: 10%;
  34. left: 25%;
  35. font: bold 2em/105% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  36. color: white;
  37. /* overflow: hidden; */
  38. text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  39. text-align: center;
  40. }
  41. .call-button {
  42. position: absolute;
  43. width: 50%;
  44. height: 20%;
  45. top: 63%;
  46. left: 25%;
  47. display: block;
  48. font-size: 4em;
  49. color: #404140;
  50. /*Step 2: Basic Button Styles*/
  51. display: block;
  52. /* height: 100px;
  53. width: 300px; */
  54. background: rgba(0, 0, 0, 0.30);
  55. border: 2px solid rgba(0, 0, 0, 0.30);
  56. /*Step 3: Text Styles*/
  57. color: rgba(255, 255, 255, 0.55);
  58. text-align: center;
  59. font: bold 3.2em/100px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  60. -webkit-border-radius: 10px;
  61. -khtml-border-radius: 10px;
  62. -moz-border-radius: 10px;
  63. -o-border-radius: 10px;
  64. border-radius: 10px;
  65. /* cursor: pointer; */
  66. }
  67. .call-button:hover {
  68. /* color: rgba(80, 20, 20, 1); */
  69. background: rgba(255, 255, 255, 0.30);
  70. border: 2px solid rgba(255, 255, 255, 0.30);
  71. /*Step 3: Text Styles*/
  72. color: rgba(0, 0, 0, 0.55);
  73. }
  74. @media screen and (max-width: 600px) {
  75. .call-text { font-size: 1.3em; }
  76. .call-slogan { font-size: 2.3em; }
  77. .call-button { font-size: 2em;}
  78. }
  79. </style>
  80. <div class="call-container">
  81. <h1 class="call-text">Висококачествени маратонки на супер цени!</h1>
  82. <h3 class="call-slogan">Качество / Цена = MAX</h3>
  83. <a href="/shop/" class="call-button">Действай!</a></div>
  84.  
  85. </br>
  86. <!-- <h1>Последно добавени продукти:</h1> -->
  87. [recent_products per_page="9" columns="4"]
Advertisement
Add Comment
Please, Sign In to add comment