Difference between revisions of "Team:William and Mary/OutreachDatabase"

(Replaced content with "{{Team:William_and_Mary/CSS_RESET}} {{Team:William_and_Mary/CSS_FIX}} {{Team:William_and_Mary/HEADER4}} <html> <nav> <ul> <li><a href="#"><b>Arctic<...")
Line 5: Line 5:
  
 
<html>
 
<html>
 +
 +
 +
<style>
 +
 +
nav {
 +
  background-color: #FFF;
 +
}
 +
 +
nav li {
 +
  margin: 0;
 +
  padding: 0 10px;
 +
  display: inline;
 +
}
 +
 +
nav ul {
 +
  display: inline;
 +
}
 +
 +
.contact-btn {
 +
  float: right;
 +
}
 +
 +
.contact-btn a {
 +
  margin-right: 30px;
 +
  padding: 8px 18px;
 +
  border: 1px solid #204156;
 +
 +
}
 +
 +
.contact-btn a:active {
 +
  position: relative;
 +
  bottom: 2px;
 +
}
 +
 +
nav a {
 +
  height: 60px;
 +
  line-height: 60px;
 +
  color: #204156;
 +
  text-decoration: none;
 +
}
 +
 +
 +
 +
 +
</style>
 +
  
 
       <nav>
 
       <nav>

Revision as of 02:15, 18 August 2017