Difference between revisions of "Team:NTNU Trondheim/Style"

Line 92: Line 92:
 
     max-width: 100%;
 
     max-width: 100%;
 
     height: auto;
 
     height: auto;
 +
}
 +
 +
* {
 +
    box-sizing: border-box;
 +
}
 +
 +
.block {
 +
  float: left;
 +
  width: 33.33%; /* three boxes (use 25% for four, and 50% for two, etc) */
 +
  padding: 30px; /* if you want space between the images */
 
}
 
}
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 14:32, 3 July 2018