Skip to content

Commit

Permalink
Make it pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
luontola committed Oct 29, 2015
1 parent a4680b8 commit 4684a6b
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,41 @@
.content {
border: 1px solid Green;
position: absolute;
top: 30px;
left: 150px;
width: 500px;
min-height: 300px;
padding: 15px;
border-radius: 20px;
background-color: #EEEEEE;
}

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

.navigation ul {
list-style: none;
padding: 0;
margin: 0;
}

.navigation li {
font-size: 20px;
line-height: 30px;
}

.navigation a {
text-decoration: none;
color: #E0330C;
}

.navigation a:hover {
color: #F09986;
}

h1 {
font-size: 30px;
color: #E0330C;
Expand Down

0 comments on commit 4684a6b

Please sign in to comment.