Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Add image to button.
Browse files Browse the repository at this point in the history
WIP for #7.
  • Loading branch information
RubenVerborgh committed May 3, 2016
1 parent 72d6971 commit 1f23513
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
color: #ffffff !important;
background: none !important;
}
.button a:before {
content: ' ';
display: block;
width: 40px;
height: 40px;
margin-right: 20px;
float: left;
background-image: url(../pictures/koffie.jpg);
background-size: cover;
}
.button:hover {
background: #3cb0fd;
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
Expand Down

0 comments on commit 1f23513

Please sign in to comment.