twhite96
6/16/2017 - 3:49 AM

Blog css for the Blog page assignment

Blog css for the Blog page assignment

body {
  text-align: center;
  border: 10px solid gray;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 50px;
  height: 100%;
}

#page-wrap {
  text-align: left;
  width: 50%;
  margin: 2%;
}