Guest User

Untitled

a guest
Jun 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. body{
  2. background-image:url(stacks.jpg);
  3. background-size: 100%
  4. }
  5. #Badan{
  6. height: relative;
  7. width: 1330px;}
  8. #kerangka-judul{
  9. height: 150px;
  10. width: relative;
  11. border:1px solid back;
  12. }
  13. #judul{
  14. height: 150px;
  15. margin: 0px 500px 0px 500px;}
  16. #kerangka-menu-atas{
  17. height: 150px;
  18. width: relative;
  19. margin-top: 75px;}
  20. #menu-eng{
  21. height: 150px;
  22. width: 150px;
  23. float: left;
  24. margin-left:450px;
  25. background-color:white;
  26. cursor: pointer;
  27. border-radius: 100px;}
  28. #menu-indo{
  29. height: 150px;
  30. width: 150px;
  31. float: right;
  32. margin-right: 450px;
  33. background-color:white;
  34. cursor: pointer;
  35. border-radius: 100px
  36. }
  37. #kerangka-menu-bawah{
  38. height: 150px;
  39. width: relative;
  40. margin-top: 30px;
  41. }
  42. #menu-others{
  43. height: 150px;
  44. width: 150px;
  45. background-color:white;
  46. cursor: pointer;
  47. margin: 0px 590px 0px 590px;
  48. border-radius: 100px
  49. }
  50. #Footer{
  51. margin: 35px 0px 0px 0px;
  52. height:50px;
  53. float:none;
  54. width: relative;
  55. background-color: black;
  56. border: 1px solid black;}
  57. .copyright{
  58. text-align: center;
  59. font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  60. color: white}
  61.  
  62. .lingkaran{
  63. position: absolute;
  64. border: 5px solid #FFFFFF;
  65. margin-left:450px;
  66. opacity:9;
  67. border-radius: 100px;
  68. border-right:5px solid #0cf;
  69. border-left:5px solid #0cf;
  70. box-shadow: 0 0 35px #27f;
  71. width: 140px;
  72. height: 140px;
  73. animation-name: spin;
  74. animation-iteration-count: infinite;
  75. animation-timing-function: linear;
  76. animation-duration: 1000ms;
  77. }
  78. .lingkaran1{
  79. position: absolute;
  80. border: 5px solid #FFFFFF;
  81. margin-left: 730px;
  82. opacity:9;
  83. border-radius: 100px;
  84. border-right:5px solid #0cf;
  85. border-left:5px solid #0cf;
  86. box-shadow: 0 0 35px #27f;
  87. width: 140px;
  88. height: 140px;
  89. animation-name: spin;
  90. animation-iteration-count: infinite;
  91. animation-timing-function: linear;
  92. animation-duration: 1000ms;
  93. }
  94. .lingkaran2{
  95. position: absolute;
  96. border: 5px solid #FFFFFF;
  97. margin-left: 590px;
  98. opacity:9;
  99. border-radius: 100px;
  100. border-right:5px solid #0cf;
  101. border-left:5px solid #0cf;
  102. box-shadow: 0 0 35px #27f;
  103. width: 140px;
  104. height: 140px;
  105. animation-name: spin;
  106. animation-iteration-count: infinite;
  107. animation-timing-function: linear;
  108. animation-duration: 1000ms;
  109. }
  110. @keyframes spin{
  111. from{ transform:rotate(0deg)}
  112. to{transform:rotate(180deg);}}
  113. /*
  114. #menu-eng{
  115. height: 150px;
  116. width: 150px;
  117. margin: 0px 0px 0px 350px;
  118. position:absolute;
  119. border: 1px solid black}
  120. #menu-indo{
  121. height: 150px;
  122. width: 150px;
  123. float: right;
  124. align-self:center;
  125. border:1px solid black;
  126. }
  127. */
  128. #Perintah-eng{
  129. position: absolute;
  130. height: relative;
  131. width: 250px;
  132. background-color: red;
  133. margin-top: 170px;
  134.  
  135. }
  136. .perintah-eng{
  137. font-size: 24px;
  138. text-align:center;
  139. font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif}
  140. .bahasa{
  141. font-size: 24px;
  142. color: black;
  143. text-align:center;
  144. cursor: pointer;
  145. line-height: 100px;
  146. font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif
  147. }
  148.  
  149. .other{
  150. font-size: 24px;
  151. text-decoration: none;
  152. color: black;
  153. text-align:center;
  154. cursor: pointer;
  155. line-height: 150px;
  156. font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif
  157. }
  158. .arab{
  159. font-family: "Traditional Arabic";
  160. font-size: 36px;
  161. text-align:center;
  162. }
  163. a{
  164. text-decoration: none}
Add Comment
Please, Sign In to add comment