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

(Created page with "<html> <body> <div id="body" <style> #body { width: 90%; float: center; margin: 5px; </style> </body> </html>")
 
 
(57 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<body>
 
<div id="body"
 
 
 
<style>
+
<style>
#body {
+
 
width: 90%;
+
div.background {
float: center;
+
  background-color: none;
margin: 5px;
+
  background-size: cover;
</style>
+
  width: 100%;
</body>
+
  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 {
 +
  background: url("https://static.igem.org/mediawiki/2017/f/f3/US_AFRL_CarrollHS_Gears_Background_HomePage.png");
 +
  background-position: relative;
 +
  background-size: cover;
 +
  width: 70%;
 +
  position: center;
 +
}
 +
</style>
 +
 
 
</html>
 
</html>

Latest revision as of 17:37, 11 July 2017