Difference between revisions of "Template:Example2"

Line 221: Line 221:
 
/* Wrapper for the content */
 
/* Wrapper for the content */
 
.igem_2017_content_wrapper {
 
.igem_2017_content_wrapper {
width: 100%;
+
width: 81%;
                height: 100%;
+
margin: 2%;
margin: 0%;
+
 
display:block;
 
display:block;
 
float:left;  
 
float:left;  
background: -webkit-linear-gradient(left, rgb(179, 204, 255), white, rgb(179, 204, 255));
+
background-color: white;
                background: -o-linear-gradient(right, rgb(179, 204, 255), white, rgb(179, 204, 255));
+
                background: -moz-linear-gradient(right, rgb(179, 204, 255), white, rgb(179, 204, 255));
+
                background: linear-gradient(to right, rgb(179, 204, 255), white, rgb(179, 204, 255));
+
                background-color: rgb(179, 204, 255);  
+
 
font-family:Tahoma, Geneva, sans-serif;  
 
font-family:Tahoma, Geneva, sans-serif;  
 
}
 
}

Revision as of 10:34, 3 July 2017

Example2