Difference between revisions of "Template:Wageningen UR/TestCSS"

Line 39: Line 39:
  
 
.main_wrapper {
 
.main_wrapper {
 +
    background-color: #bdbdbd;
 
 
 
}
 
}
Line 64: Line 65:
  
 
.left {
 
.left {
width: 15%;
+
width: 10%;
 
height: 100%;
 
height: 100%;
 
float:left;
 
float:left;
 +
        background-color: #bdbdbd;
 
}
 
}
  
  
 
.center {
 
.center {
width: 70%;
+
width: 80%;
 
min-width: 800px;
 
min-width: 800px;
 
display: inline-block;
 
display: inline-block;
Line 133: Line 135:
  
 
.right {
 
.right {
width: 15%;
+
width: 10%;
 
height: 100%;
 
height: 100%;
 
float:right;
 
float:right;
 +
        background-color: #bdbdbd;
 
}
 
}
  

Revision as of 15:12, 1 May 2017