Difference between revisions of "Team:MIT/Team"

Line 5: Line 5:
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<style>
 
<style>
body {
 
  margin: 0;
 
  font-size: 28px;
 
}
 
 
teeth.header {
 
  background-color: #f1f1f1;
 
  padding: 30px;
 
  text-align: center;
 
}
 
 
#navbar {
 
  overflow: hidden;
 
  background-color: #333;
 
}
 
 
#navbar a {
 
  float: left;
 
  display: block;
 
  color: #f2f2f2;
 
  text-align: center;
 
  padding: 14px 16px;
 
  text-decoration: none;
 
  font-size: 17px;
 
}
 
 
#navbar a:hover {
 
  background-color: #ddd;
 
  color: black;
 
}
 
 
#navbar a.active {
 
  background-color: #4CAF50;
 
  color: white;
 
}
 
 
 
  
 
</style>
 
</style>
 
</head>
 
</head>
  
<body style="background-color:#FFFFFF;">
+
<body style="background-color:#FFF000;">
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 19:37, 13 June 2018