Difference between revisions of "Team:TUDelft/Head"

Line 53: Line 53:
 
  font-size: .75rem;
 
  font-size: .75rem;
 
}
 
}
 +
 +
 +
 +
/*Containers*/ .container{
 +
  width: 80%;
 +
  margin: auto;
 +
  background: #ffffff;
 +
}
 +
.containerNoColor{
 +
  width: 80%;
 +
  margin: auto;
 +
  overflow: hidden;
 +
}
 +
.text {
 +
  font-size: 17px;
 +
  line-height: 140%;
 +
}
 +
.FlexBox {
 +
  display: flex;
 +
  flex-flow: row wrap;
 +
  align-items: flex-start;
 +
  justify-content: center;
 +
}
 +
 +
 +
 +
 +
 +
 +
 +
  
  

Revision as of 10:48, 15 June 2019