Advertisement
Zfuze

Untitled

Jan 4th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.71 KB | None | 0 0
  1. *{
  2.     margin: 0;
  3.     padding: 0;
  4.     border: 0;
  5.  
  6. }
  7.  
  8.  
  9.  
  10. #wholepage{
  11.     margin-left: auto;
  12.     margin-right: auto;
  13. }
  14.  
  15. body{
  16.     margin: 0;
  17.     padding: 0;
  18.     font-family: Ariel;
  19.     background: #c40000;
  20. }
  21.  
  22.  
  23.  
  24. h1{
  25.     color: white;
  26.     font-size: 30px;
  27.     text-align: center;
  28.     font-family:'Neucha', cursive;
  29.    
  30.    
  31. }
  32.  
  33. .gallery contents > li{
  34.     text-decoration: none;
  35.    
  36. }
  37.  
  38. h2{
  39.     color: white;
  40.     font-size: 10px;
  41.     position: relative;
  42.     left: 540px;
  43. }
  44.  
  45. .main{
  46.  
  47.     padding: 20px;
  48.     background-color: #ffffff;
  49.     height: 1010px;
  50.     width: 100%;
  51.     display: inline-block;
  52. }
  53.  
  54. .mainOne{
  55.    
  56.     padding: 20px;
  57.     background-color: #ffffff;
  58.     height: 500px;
  59.     width: 100%;
  60.  
  61.  
  62. }
  63.  
  64. .mainTwo{
  65.     border-radius: 5px;
  66.     padding: 20px;
  67.     background-color: #ffffff;
  68.     height: 600px;
  69.  
  70. }
  71.  
  72. .mainThree{
  73.    
  74.     border-radius: 5px;
  75.     padding: 20px;
  76.     background-color: #ffffff;
  77.     height: 800px;
  78.  
  79.  
  80.  
  81. }
  82.  
  83.  
  84. .centercontent{
  85.     width: 300px;
  86.     height: 300px;
  87.     position: relative;
  88.     left: 500px;
  89.     bottom: 140px;
  90. }
  91.  
  92. .leftcontent{
  93.     position: relative;
  94.     top: 370px;
  95.     left: 200px;
  96.    
  97. }
  98.  
  99. .rightcontent{
  100.     position: relative;
  101.     left: 850px;
  102.     top: 120px;
  103. }
  104.  
  105. h3{
  106.     font-size: 20px;
  107.     position: relative;
  108.     top: 400px;
  109.     left: 225px;
  110.     color: #c40000;
  111.    
  112. }
  113.  
  114. h4{
  115.     text-align: center;
  116.     font-size: 20px;
  117.     position: relative;
  118.     top: 375px;
  119.     color: #c40000;
  120.     right: 30px;
  121.  
  122.    
  123.    
  124. }
  125.  
  126. h5{
  127.     text-align: right;
  128.     font-size: 20px;
  129.     position: relative;
  130.     top: 350px;
  131.     right: 280px;
  132.     color: #c40000;
  133.    
  134. }
  135.  
  136.  
  137.  
  138. .wrapper{
  139.     width:65%;
  140.     margin:0 auto;
  141.     padding:1em;
  142. }
  143.  
  144.  
  145.  
  146.  
  147. #mainbox{
  148.     width: 500px;
  149.     height: 500px;
  150.     position: center;
  151.     overflow: hidden;
  152.  
  153. }
  154.  
  155. a { background-color: transparent;
  156. }
  157.  
  158. {-webkit-text-decoration-skip: objects;}
  159.  
  160. #imgbox{
  161.     width: 300%;
  162.     position: relative;
  163.     left: 0;
  164.     animation: slidemove 30s infinite;
  165. }
  166.  
  167. #imgbox img{
  168.     width: 33.33%;
  169.     float: left;
  170. }
  171.  
  172. @-webkit-keyframes slidemove{
  173.     0%{
  174.         left: 0;
  175.     }
  176.     25%{
  177.         left: -100%;
  178.     }
  179.     50%{
  180.         left: -200%;
  181.     }
  182.     75%{
  183.         left: -200%;
  184.     }
  185.     100%{
  186.         left: 0;
  187.     }
  188. }
  189. #bg{
  190.     height: 25%;
  191.     width: 25%;
  192.     padding-left: 400px;
  193. }
  194.  
  195.  
  196. .left{
  197.     width:30%;
  198.     float:left;
  199.                
  200.                
  201. }
  202.                
  203. .right{
  204.     width:30%;
  205.     float:right;
  206.     margin-bottom:1em;
  207. }
  208.  
  209.  
  210.  
  211. .footercontents{
  212.     color: #ffffff;
  213.     list-style-type: none;
  214.     text-align: center;
  215.     padding: 20px 0 20px 0;
  216.     position: relative;
  217.     position: top;
  218.  
  219. }
  220.  
  221. .footercontents > li{
  222.     display: inline-block;
  223.     padding-right: 5px;
  224.     float: top;
  225.    
  226. }
  227.  
  228. .footercontents > li > a{
  229.     text-decoration: none;
  230.     color: #ffffff;
  231.     font-size: 10px;
  232.     font-family: Lato;
  233. }
  234.  
  235. .footercontents > li >a:hover{
  236.     color: #c1c1c1;
  237. }
  238.  
  239. .nav{
  240.     background-color: #c40000;
  241.     color: #ffffff;
  242.     list-style-type: none;
  243.     text-align: center;
  244.     padding: 15px 0 15px 0;
  245.    
  246. }
  247.  
  248. .nav > li{
  249.     display: inline-block;
  250.     padding-right: 50px;
  251. }
  252.  
  253. .nav > li > a{
  254.     text-decoration: none;
  255.     color: #ffffff;
  256. }
  257.  
  258.  
  259. .nav > li >a:hover{
  260.     color: #FCB5B5;
  261. }
  262.  
  263. .access{
  264.     bottom: 10px;
  265.     list-style-type: none;
  266.     position: relative;
  267.     text-align: center;
  268.  
  269. }
  270.  
  271. .access > li{
  272.     display: inline-block;
  273.  
  274. }
  275.  
  276. .social > li{
  277.     display: inline-block;
  278.  
  279. }
  280.  
  281. .social{
  282.     position: relative;
  283.     bottom: 5px;
  284.     list-style-type: none;
  285.     text-align: center;
  286. }
  287.  
  288. .performance{
  289.     height: 200px;
  290.     width: 500px;
  291.     padding-left: 400px;
  292. }
  293.  
  294. .performanceImages{
  295.     width: 700px;
  296.     height: 300px;
  297.     padding-left: 350px;
  298.     padding-bottom: 530px;
  299.    
  300. }
  301.  
  302. .recording{
  303.     height: 200px;
  304.     width: 500px;
  305.     padding-left: 400px;
  306.     padding-top: 20px;
  307. }
  308.  
  309. .aboutUs{
  310.     height:800px;
  311.     width:400px;
  312.     position: relative;
  313.     left: 280px;
  314. }
  315.  
  316. #mainBox{
  317.     width: 300px;
  318.     height: 300px;
  319.     position: center;
  320.     overflow: hidden;
  321.  
  322. }
  323.  
  324. #imgBox{
  325.     width: 300%;
  326.     position: relative;
  327.     left: 0;
  328.     animation: slidemove 30s infinite;
  329. }
  330.  
  331. #imgBox img{
  332.     width: 33.33%;
  333.     float: left;
  334. }
  335.  
  336.  
  337. #BG{
  338.     height: 25%;
  339.     width: 25%;
  340.     position: relative;
  341.     left: 700px;
  342.     bottom: 800px;
  343. }
  344.  
  345. h6{
  346.     position: relative;
  347.     text-align: right;
  348.     right: 370px;
  349.     bottom: 500px;
  350.     font-size: 20px;
  351. }
  352.  
  353. .rect{
  354.     width: 200px;
  355.     height:100px;
  356.     background-color: #c4000;
  357.     position: relative;
  358.     position: center;
  359.    
  360. }
  361.  
  362. .soundParagraph{
  363.     height: 200px;
  364.     width: 500px;
  365.     position: relative;
  366.     padding-left: 400px;
  367. }
  368.  
  369. .soundsample{
  370.     position: relative;
  371.     position: center;
  372.     padding-left:800px;
  373.     right: 150px;
  374.     bottom: 190px;
  375. }
  376.  
  377. .soundImg{
  378.     position: relative;
  379.     left: 350px;
  380.     top: 70px;
  381. }
  382.  
  383.  
  384. .logo{
  385.     position: absolute;
  386.     left: 200px;
  387.     border-style:none;
  388.    
  389. }
  390.  
  391.  
  392. .rectangle{
  393.     width: 200px;
  394.     height: 40px;
  395.     background-color: #C40000;
  396.     position: relative;
  397.     left: 750px;
  398.     bottom: 465px;
  399. }
  400.  
  401. .newsletter{
  402.     position: relative;
  403.     bottom: 495px;
  404.     left: 780px;
  405.     font-weight: bold;
  406.     text-decoration: none;
  407.     color: #FFFFFF;
  408. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement