FullJuegosHD

Serie: Jinn

Jan 29th, 2020 (edited)
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. <html><head>
  2. <title></title>
  3. <style>
  4. *{
  5. margin: 0;
  6. padding: 0;
  7. color: #fff;
  8. text-decoration: none;
  9. text-align: center;
  10. list-style: none;
  11. }
  12. html{
  13. scroll-behavior: smooth;
  14. }
  15. header{
  16. width: 95%;
  17. margin-left: 2.5%;
  18. display: flex;
  19. flex-wrap: wrap;
  20. }
  21. .busc{
  22. width: 75%;
  23. border: 2px solid rgba(64, 64, 64, 1);
  24. border-radius: 20px;
  25. display: flex;
  26. flex-wrap: wrap;
  27. }
  28. header .busc .bus{
  29. width: 55px;
  30. display: block;
  31. }
  32. header .busc .what{
  33. width: 39px;
  34. display: block;
  35. margin-left: 10px;
  36. margin-top: 8px;
  37. }
  38. body{
  39. background: black;
  40. }
  41. img{
  42. max-width: 450px;
  43. max-height: 300px;
  44. width: 100%;
  45. border-radius: 20px;
  46. margin: 20px 0px 10px 0px;
  47. }
  48. .content-all{
  49. transition: all 600ms;
  50. }
  51. .temp .t:hover .a{
  52. display: inline-block;
  53. transition: all 600ms;
  54. }
  55. .a{
  56. background: #0F4A2E;
  57. margin: 4%;
  58. padding: 4%;
  59. display: none;
  60. width: 60%;
  61. transition: all 600ms;
  62. }
  63. .a:hover{
  64. background: #279D64
  65. }
  66. .a:visited{
  67. background: chocolate;
  68. }
  69. .temp{
  70. width: 80%;
  71. display: inline-block;
  72. margin-top: 10px;
  73. position: relative;
  74. border-radius: 30px;
  75. transition: all 600ms;
  76. border: 2px solid rgba(220, 26, 40, 1);
  77. }
  78. .temp .t h2:hover{
  79. font-size: 25px;
  80. transition: all 600ms;
  81. }
  82. .temp .t{
  83. margin: 10px 0px 20px 0px;
  84. transition: all 600ms;
  85. }
  86. .temp .t h2{
  87. font-family: arial;
  88. font-size: 21px;
  89. margin-top: 8px;
  90. transition: all 600ms;
  91. }
  92. .temp .t:hover{
  93. background: black;
  94. transition: all 600ms;
  95. }
  96. .temp .t{
  97. width: 100%;
  98. background: black;
  99. border-radius: 20px;
  100. transition: all 600ms;
  101. display: inline-block;
  102. justify-content: center;
  103. align-items: auto;
  104. }
  105. footer{
  106. display: inline-block;
  107. width: 100%;
  108. text-align: center;
  109. font-family: arial;
  110. font-size: 12px;
  111. margin: 20px 0px 20px 0px;
  112. }
  113. </style>
  114. </head><body>
  115. <img src="https://occ-0-1722-92.1.nflxso.net/dnm/api/v6/X194eJsgWBDE2aQbaNdmCXGUP-Y/AAAABVtfODo0T3j6DWTxFQOg-PazUCzCUFwrUIDsWjGmr58_zrmbCU9mUw7er3xw8G-uGckpgzgF8cyGjN4wi0j85Kt_R019xXk38Ti-8LOMs_mnOfv5wihIkJeXXx7ZUw.jpg?r=00f">
  116. </br>
  117. <h1>Jinn</h1>
  118. <p>
  119. Un grupo de estudiantes de una secundaria liberan espíritus y deben unirse para evitar que una antigua oscuridad destruya el mundo.</br></br>
  120. País de origen: Jordania</br>
  121. Música: Etyen</br>
  122. Cantidad de episodios: 5</br>
  123. Cantidad de temporadas: 1</br>
  124. Directores: Mir-Jean Bou Chaaya, Amin Matalqa
  125. </p>
  126. <div class="content-all">
  127. <ul class="temp">
  128. <li class="t"><a href="#cap1"><h2>Temporada 1</h2></a>
  129. <div id="cap1">
  130. <ul>
  131.  
  132. <li><div class="a"><a href="https://storage.googleapis.com/new1-7ceb3.appspot.com/Series/Jinn/Latino1.mp4"><h3>Capítulo 1 T1</h3></a></div></li>
  133. <li><div class="a"><a href="https://storage.googleapis.com/new1-7ceb3.appspot.com/Series/Jinn/Latino2.mp4"><h3>Capítulo 2 T1</h3></a></div></li>
  134. <li><div class="a"><a href="https://storage.googleapis.com/new1-7ceb3.appspot.com/Series/Jinn/Latino3.mp4"><h3>Capítulo 3 T1</h3></a></div></li>
  135. <li><div class="a"><a href="https://storage.googleapis.com/new1-7ceb3.appspot.com/Series/Jinn/Latino4.mp4"><h3>Capítulo 4 T1</h3></a></div></li>
  136. <li><div class="a"><a href="https://storage.googleapis.com/new1-7ceb3.appspot.com/Series/Jinn/Latino5.mp4"><h3>Capítulo 5 T1</h3></a></div></li>
  137.  
  138. </ul>
  139. </div>
  140.  
  141. </ul>
  142. </div>
  143. <footer>
  144. <p>FullJuegosHD ©2020 FullPelisHD</p>
  145. </footer>
  146. </body>
  147. </html>
Add Comment
Please, Sign In to add comment