Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background: #000000 url('Logo.png') no-repeat center;
- background-size: 85%;
- background-attachment:fixed;
- margin: auto;
- padding: 0px;
- width: 100%;
- }
- .Header ul {
- list-style: none;
- display: block;
- }
- .Header ul li {
- float: left;
- display: block;
- }
- .Header ul li a{
- -webkit-opacity: 0.25;
- -moz-opacity: 0.25;
- opacity: 0.25;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -ms-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- color: #FFF ;
- font-size: 12px;
- font-family: arial;
- text-transform; uppercase;
- text-decoration: none;
- padding-top: 80px;
- padding-right: 30px;
- padding-bottom: 10px;
- padding-left: 100px;
- display: block;
- height: 0px;
- width:80%;
- margin: 0 auto;
- }
- .Header ul li a:hover {
- -webkit-opacity: 1;
- -moz-opacity: 1;
- opacity: 1;
- text-shadow: 0 0 15px #FFF;
- }
- .Progbar img {
- padding-top: 20%;
- margin: 0 auto;
- position:absolute;
- left:30%;
- top:0px;
- z-index:-1;
- display:block;
- }
- .About {
- display: block;
- width: 1280px;
- height: 720px;
- background: url('bg.png');
- margin-left: 13%;
- position:absolute;
- left:0;
- top:20%;
- z-index:-1;
- }
- .About p{
- color: #FFF;
- font-family: arial;
- font-size: 20px;
- text-align: center;
- overflow: auto;
- }
- .About img{
- width: 854px;
- height:480px;
- margin: 2px auto;
- margin-left: 16%
- }
- .About h2{
- color: #FFF;
- font-family: Arial;
- text-align: center;
- text-shadow: 0 0 15px #FFF;
- }
- .Devs_text {
- display: block;
- width: 640px;
- height: 640px;
- background: url('bg.png');
- position:absolute;
- left:30%;
- top:15%;
- z-index:-1;
- }
- .Devs_text h2{
- color: #FFF;
- font-family: Arial;
- text-align: center;
- text-shadow: 0 0 15px #FFF;
- }
- .Devs_text h3{
- color: #FFF;
- font-family: Arial;
- text-align: center;
- text-shadow: 0 0 15px #FFF;
- }
- .Devs_text p{
- color: #FFF;
- font-family: Arial;
- text-align: center;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement