Difference between revisions of "Team:TUDelft/Head"

Line 113: Line 113:
  
  
 
+
/*Logo and Titles*/ .Top {
 +
  display: grid;
 +
  grid-template-columns: 40% 60%;
 +
  justify-content: center;
 +
  padding: 20px;
 +
  padding-bottom: 0;
 +
  width: 80%;
 +
  margin: auto;
 +
  margin-top: 3vh;
 +
  background: #ffffff;
 +
}
 +
Logo{
 +
  width: 30vw;
 +
  margin: 5px;
 +
  position: relative;
 +
  align-self: center;
 +
}
 +
Titles {
 +
  align-self: center;
 +
}
 +
MainTitle h1 {
 +
  font-size: calc(1.3em + 2vw);
 +
  font-weight: bold;
 +
  text-align: center;
 +
}
 +
SubTitle h3 {
 +
  font-size: calc(0.5em + 1vw);
 +
  font-weight: 400;
 +
  text-align: center;
 +
}
  
  

Revision as of 10:48, 15 June 2019