Skip to content

Commit

Permalink
Position the layout elements
Browse files Browse the repository at this point in the history
  • Loading branch information
luontola committed Oct 29, 2015
1 parent 5271129 commit a4680b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
.content {
border: 1px solid Green;
position: absolute;
top: 30px;
left: 150px;
width: 500px;
min-height: 300px;
}

.navigation {
border: 1px solid Blue;
position: absolute;
top: 50px;
left: 10px;
width: 140px;
}

h1 {
Expand Down

0 comments on commit a4680b8

Please sign in to comment.