joeni

post.scss

1
header {
2
  position: relative;
3
  top: 0;
4
  width: 100%;
5
  background-color: #E73B2B;
6
  margin-top: -8px;
7
  margin-left: -8px; }
8
9
header ul {
10
  display: inline;
11
  float: right; }
12