Difference between revisions of "Team:Uppsala/TEST"

Line 73: Line 73:
 
}
 
}
  
 +
 +
 +
/* Three image containers (use 25% for four, and 50% for two, etc) */
 +
.column {
 +
  float: left;
 +
  width: 33.33%;
 +
  padding: 5px;
 +
}
 +
 +
/* Clear floats after image containers */
 +
.row::after {
 +
  content: "";
 +
  clear: both;
 +
  display: table;
 +
}
  
  

Revision as of 21:30, 3 December 2018