Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerinshaft committed May 31, 2015
1 parent e39b788 commit 0cf16e3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,21 @@ ruby,php,c#,javascript ロゴあり
.frame.card .top .image{
background-size: cover;
background-position: center;
background-color: white;
}
.frame.card.ruby .top .image{
background-color: #AD1457;
}
.frame.card.php .top .image{
background-color: #283593;
}
.frame.card.csharp .top .image{
background-color: #6a1b9a;
}
.frame.card.javascript .top .image{
background-color: #ef6c00;
}
.frame.card.html .top .image{
background-color: #C62828;
}
.frame.card .float-button {
padding: 8px;
Expand Down

0 comments on commit 0cf16e3

Please sign in to comment.