Difference between revisions of "Team:TUDelft/Head"

Line 109: Line 109:
 
             display: block;
 
             display: block;
 
         }
 
         }
 +
 +
 +
 +
 +
body {
 +
  margin-top: 100px;
 +
  margin-bottom: 100px;
 +
}
 +
.navbar {
 +
  margin-bottom: 0;
 +
}
 +
.content,
 +
footer{
 +
  height: 1000px;
 +
  background: #333;
 +
  color: #fff;
 +
  font-size: 60px;
 +
  text-align: center;
 +
  padding-top: 400px
 +
}
 +
footer {
 +
  height: 100px;
 +
  background: #eee;
 +
  color: #333;
 +
  padding: 0;
 +
}
 +
 
     </style>
 
     </style>
  
 
     <body>
 
     <body>
 
  
  

Revision as of 10:36, 15 June 2019