Difference between revisions of "Team:Lambert GA/Description"

(Replaced content with "{{:Team:Lambert_GA/Template}} <html> <head> <style type="text/css"> </style> </head> <body> div id </body> </html>")
Line 4: Line 4:
 
<head>
 
<head>
 
<style type="text/css">
 
<style type="text/css">
 +
#holder {
 +
position: relative;
 +
top: 0%;
 +
left: 0%;
 +
height: 100%;
 +
width: 100%;
 +
}
 +
#oceanvideo {
 +
position: relative;
 +
top: 0%;
 +
left: 0%;
 +
width: 100%;
 +
height: 100%;
 +
object-fit: fill;
 +
z-index: 1;
 +
}
 +
#overlay {
 +
position: absolute;
 +
top: 0%;
 +
left: 0%;
 +
width: 100%;
 +
height: 100%;
 +
background-color: #000000;
 +
opacity: 0.3;
 +
z-index: 3;
 +
}
 +
#bigpicture {
 +
position: absolute;
 +
top: 18%;
 +
left: 45%;
 +
height: 20%;
 +
width: 10%;
 +
z-index: 4;
 +
}
 +
#bigtitle {
 +
position: absolute;
 +
top: 45%;
 +
left: 0%;
 +
height: 10%;
 +
width: 100%;
 +
z-index: 2;
 +
font-family: 'Codystar', cursive;
 +
color: #FFFFFF;
 +
font-size: 70px;
 +
text-align: center;
 +
z-index: 4;
 +
}
 +
#bigdescription {
 +
position: absolute;
 +
top: 53%;
 +
left: 0%;
 +
height: 10%;
 +
width: 100%;
 +
z-index: 2;
 +
font-family: 'Montserrat', sans-serif;
 +
color: #FFFFFF;
 +
font-size: 18px;
 +
text-align: center;
 +
z-index: 4;
 +
}
 +
</style>
 +
</head>
  
 +
<body>
  
  
  
  
 
 
</style>
 
</head>
 
 
<body>
 
div id
 
 
</body>
 
</body>
  
  
 
</html>
 
</html>

Revision as of 13:11, 24 May 2018