Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. html{
  2. background-color: #1d9ed6;
  3. }
  4.  
  5. .header_1{
  6. height: 15%;
  7. width: 75%;
  8. position: absolute;
  9. left: 12.5%;
  10. background-color: #93e2bb;
  11. border-radius: 15px;
  12. font-size: 5vw;
  13. text-align: center;
  14. min-width: 50%;
  15. box-shadow: 10px 10px 12px #888888;
  16. }
  17.  
  18. .btn_vid{
  19. position: absolute;
  20. top: 50%;
  21. left: 22%;
  22. height: 10%;
  23. width: 25%;
  24. font-size: 1.7vw;
  25. }
  26.  
  27. .btn_chat{
  28. position: absolute;
  29. top: 50%;
  30. right: 22%;
  31. height: 10%;
  32. width: 25%;
  33. font-size: 2vw;
  34. }
  35.  
  36. button{
  37. outline-style: none;
  38. border: none;
  39. cursor: pointer;
  40. border-radius: 15px;
  41. }
  42.  
  43. img{
  44. position: absolute;
  45. cursor: pointer;
  46. }
  47.  
  48. .vc_icon{
  49. top: 52.5%;
  50. left: 22.4%;
  51. height: 6%;
  52. width: 2.9%;
  53. }
  54.  
  55. .chat_icon{
  56. top: 52.5%;
  57. right: 23%;
  58. height: 6%;
  59. width: 2.9%;
  60. }
  61.  
  62. button a{
  63. text-decoration: none;
  64. color: black;
  65. }
  66.  
  67. @media only screen and (max-width: 640px) and (min-width: 376px){
  68. .header_1{
  69. height: 13%;
  70. font-size: 8vw;
  71. text-align: center;
  72. }
  73.  
  74. .btn_vid{
  75. left: 8%;
  76. width: 40%;
  77. font-size: 4vw;
  78. text-align: right;
  79. }
  80.  
  81. .btn_chat{
  82. right: 8%;
  83. width: 40%;
  84. font-size: 4vw;
  85. text-align: left;
  86. }
  87.  
  88. .vc_icon{
  89. left: 11%;
  90. width: 9%
  91. }
  92.  
  93. .chat_icon{
  94. right: 10%;
  95. width: 9%;
  96.  
  97. }
  98.  
  99. }
  100.  
  101. @media only screen and (max-width: 375px){
  102. .btn_chat{
  103. width: 80%;
  104. font-size: 8vw;
  105. right: 10%;
  106. text-align: left;
  107. }
  108.  
  109. .btn_vid{
  110. position: absolute;
  111. top: 37%;
  112. width: 80%;
  113. font-size: 6.2vw;
  114. left: 10%;
  115. text-align: right;
  116. }
  117.  
  118. .vc_icon{
  119. top: 39.5%;
  120. left: 12%;
  121. width: 12%
  122. }
  123.  
  124. .chat_icon{
  125. right: 15%;
  126. width: 12%;
  127. }
  128.  
  129. .header_1{
  130. height: 13.5%;
  131. font-size: 9vw;
  132. }
  133. }
  134.  
  135. @media only screen and (max-width: 768px) and (min-width: 641px){
  136. .header_1{
  137. font-size: 8vw;
  138. }
  139.  
  140. .btn_vid{
  141. width: 40%;
  142. left: 5%;
  143. font-size: 4.3vw;
  144. text-align: right;
  145. }
  146.  
  147. .vc_icon{
  148. left: 7%;
  149. width: 8%;
  150. top: 52.2%;
  151. }
  152.  
  153. .btn_chat{
  154. right: 10%;
  155. width: 40%;
  156. font-size: 4.3vw;
  157. text-align: left;
  158. }
  159.  
  160. .chat_icon{
  161. right: 12%;
  162. width: 7%;
  163. top: 52%;
  164. }
  165. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement