Difference between revisions of "Template:US AFRL CarrollHS Main Body Layout"

 
(43 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
 
<style>
+
<style>
* {
+
 
  width: 80%;
+
div.background {
 +
  background-color: none;
 +
  background-size: cover;
 +
  width: 100%;
 +
  height: 100%
 +
  position: center;
 
}
 
}
  
 +
div.WholePage {
 +
  margin: 0 auto;
 +
  align-items: center;
 +
}
 +
 +
div.maintext {
 +
  width: 90%;
 +
  height: 500px;
 +
  position: center bottom;
 +
  background-color: white;
 +
  background-position: fixed;
 +
 
 +
 +
}
  
 
body {
 
body {
                                background: url("https://static.igem.org/mediawiki/2017/f/f3/US_AFRL_CarrollHS_Gears_Background_HomePage.png") no repeat top center;
+
  background: url("https://static.igem.org/mediawiki/2017/f/f3/US_AFRL_CarrollHS_Gears_Background_HomePage.png");
width: 90%;
+
  background-position: relative;
float: center;
+
  background-size: cover;
margin: 5px;
+
  width: 70%;
                                box-sizing: border-box;
+
  position: center;
</style>
+
}
+
</style>
 +
 
 
</html>
 
</html>

Latest revision as of 17:37, 11 July 2017