html {
  height: 100%;
  background-color: #DDDEDE;
}

body {
  width: 800px;
  height: 100%;
}

header {
  background-color:gray ;
  padding: 5px;
  font-size: 27px;
  display: block;
  font-family: cursive;
  border: 4px solid black;
}

nav {
  float: left;
  border-bottom: 2px solid black;
  padding-bottom: 2px;
  padding-top: 2px;
}

nav ul {
  padding:3px;
  float: left;
  border-bottom: ;
  list-style-type: none;
}

nav li {
  float: left;
  font-size: 33px;
  font-family: fantasy;
}

nav li a {
  display: block;
  height: 25px;
  padding: 12px 18px 8px 18px;
  vertical-align: middle;
}

a {
  color:black;
}

h2{
  border-bottom: 2px solid black;
}
li{
  font-size: 20px;
  font-family:inherit;
}

section {
  width: 73%;
  display: inline-block;
  float: left;
}

aside {
  width: 17%;
  display: inline-block;
  background-color:;
  padding:;
  min-height: 100%;
}

aside ul {
  list-style-type: none;
}

footer {
  width: 790px;
  background-color:gray;
  color:#A71E18;
  clear: both;
  display: block;
  border:3px solid black;
  font-weight: bolder;
  font-size: 20px;
}
Contact GitHub API Training Shop Blog About
© 2017 GitHub, Inc. Terms Privacy
