Guest User

Untitled

a guest
Oct 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. /* Base CSS */
  2. .alignleft {
  3. float: left;
  4. margin-right: 15px;
  5. }
  6. .alignright {
  7. float: right;
  8. margin-left: 15px;
  9. }
  10. .aligncenter {
  11. display: block;
  12. margin: 0 auto 15px;
  13. }
  14. a:focus { outline: 0 solid }
  15. img {
  16. max-width: 100%;
  17. height: auto;
  18. }
  19. h1,
  20. h2,
  21. h3,
  22. h4,
  23. h5,
  24. h6 {
  25. margin: 0 0 15px;
  26. font-weight: 700;
  27. }
  28. body {
  29.  
  30. }
  31. a:hover { text-decoration: none }
  32. .video-area-bg{
  33. background-size: cover;
  34. background-position: center;
  35. background-image: url(asses/img/video-img.jpg);
  36. }
  37. section.video-area {
  38. position: relative;
  39. padding: 80px 0;
  40. }
  41.  
  42. .video-area-bg {
  43. position: absolute;
  44. top: 0;
  45. left: 0;
  46. height: 100%;
  47. width: 42%;
  48. box-shadow: 0 0 21px #888;
  49. }
  50.  
  51. a.mfp-ifrome.video-play-btn {
  52. position: absolute;
  53. top: 50%;
  54. left: 95%;
  55. height: 90px;
  56. width: 90px;
  57. background-color: yellowgreen;
  58. color: white;
  59. line-height: 100px;
  60. margin-top: -34px;
  61. text-align: center;
  62. display: inline-block;
  63. border-radius: 50%;
  64. font-size: 39px;
  65. }
  66.  
  67.  
  68.  
  69. h2 {
  70. font-size: 35px;
  71. font-weight: 700;
  72. text-transform: capitalize;
  73. }
  74.  
  75. p {
  76. padding: 15px 0;
  77. }
  78.  
  79. ul.check-icon {
  80. list-style: none;
  81. margin: 0;
  82. padding: 0;
  83. color: black;
  84. font-size: 18px;
  85. }
  86.  
  87. ul.check-icon li {
  88. position: relative;
  89. padding-bottom: 10px;
  90. padding-left: 35px;
  91. }
  92.  
  93. ul.check-icon li::before {
  94. font-family: fontAwesome;
  95. content:"\f00c";
  96. top: 0;
  97. left: 0;
  98. }
  99. ul.check-icon li::before {
  100. position: absolute;
  101. top: 0;
  102. color: aqua;
  103. left: 0;
  104.  
  105. }
Add Comment
Please, Sign In to add comment