Difference between revisions of "Team:TUDelft/Head"

Line 110: Line 110:
  
  
 
+
header {
globalWrapper {
+
  padding: 0;
+
}
+
a:visited, a {
+
  color: text;
+
}
+
header a:visited {
+
  color: #ffffff;
+
}
+
p {
+
  margin: 0;
+
}
+
b {
+
font-weight: bold;
+
}
+
h1 {
+
font-size: 2rem;
+
padding: 0;
+
margin: 0.67em 0 0.67em 0;
+
font-weight: bold;
+
}
+
h1, a:hover, a {
+
  border-bottom: none;
+
  text-decoration: none;
+
 
+
}
+
h2 {
+
font-size: 1.5rem;
+
}
+
h3 {
+
font-size: 1.17rem;
+
}
+
h4 {
+
font-size: 1.12rem;
+
}
+
h5 {
+
font-size: .83rem;
+
}
+
h6 {
+
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;
+
}
+
/*Header and Navbar*/ header {
+
 
   background-color: #249196;
 
   background-color: #249196;
 
   margin: 0;
 
   margin: 0;
Line 203: Line 141:
 
   margin-top: 10px;
 
   margin-top: 10px;
 
}
 
}
.Highlight {
+
 
   color: #9D281F;
+
header a:visited {
 +
   color: #ffffff;
 
}
 
}
 +
 +
  
  
Line 211: Line 152:
  
 
     <body>
 
     <body>
 
  
 
<header>
 
<header>
 +
 
         <!--de lijst  
 
         <!--de lijst  
 
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
 
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
Line 292: Line 233:
  
 
         </div>
 
         </div>
 
 
</header>
 
</header>
 
     </body>
 
     </body>
 
</html>
 
</html>

Revision as of 11:12, 15 June 2019