Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *{
- font-family: Arial, sans-serif;
- padding: 0px;
- margin: 0px;
- box-sizing: border-box;
- }
- body{
- }
- .head{
- background-color: #1c1c1c;
- }
- .head p{
- font-size:36px;
- color:#ffffff;
- text-shadow: 0px 0px 8px green;
- }
- .head img{
- margin-top: 5px;
- height: 240px;
- width: 240px;
- margin-bottom: 10px;
- }
- .menu{
- margin-top: 35px;
- height: 50px;
- padding: 10px;
- background: linear-gradient(to top, #000, #1c1c1c)
- }
- .menu a:link,a:visited{
- margin-left:2%;
- font-size: 21px;
- color: white;
- text-decoration: none;
- padding:5px;
- }
- .menu a:hover,a:active{
- color: #0084bf;
- }
- .main {
- background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)), url(/images/indexBG.jpg);
- background-size: cover;
- height: 100vh;
- }
- .welcome {
- position: relative;
- top: 50%;
- left: 50%;
- text-align: center;
- transform: translate(-50%,-50%)
- }
- .welcome h1{
- font-size: 52px;
- font-family: Lato;
- font-weight: 200;
- color:white;
- }
- .welcome p{
- margin-top:20px;
- font-size: 22px;
- font-family: Arial;
- font-weight: lighter;
- color:white;
- }
- .YT {
- background-color: rgba(0,0,0,0.8);
- border-radius: 15px 15px 15px 15px;
- padding: 15px;
- margin-top: 40px;
- width:20%;
- border: 3px solid white;
- }
- .YT a:link,a:visited{
- color: green;
- text-decoration:none;
- font-size: 21px;
- }
- .YT a:hover,a:active{
- color: #005d00;
- }
- .YTTitle{
- position: relative;
- top: 30px;
- max-width: 95%;
- text-align: left;
- border-bottom: 3px solid white;
- }
- .YTTitle h1{
- color:white;
- font-size: 42px;
- margin-left: 30px;
- margin-bottom: 15px;
- }
- .MainVid {
- position: relative;
- float: left;
- }
- .VideoSectionPvt {
- position: relative;
- top: 55px;
- max-width: 95%;
- padding: 25px;
- background-color: rgba(0,0,0,0.8);
- border-radius: 15px 15px 15px 15px;
- border: 3px solid white;
- margin: 25px;
- }
- .VideoSectionPvt:after{
- content: "";
- display: table;
- clear: both;
- }
- .SideVid {
- position: relative;
- float: right;
- }
- .SideVids {
- margin: 10px;
- }
Add Comment
Please, Sign In to add comment