Skip to content

Commit

Permalink
Updating example styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Jul 14, 2015
1 parent 1049772 commit 6318b7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
}
.ReactFlipCard__Front,
.ReactFlipCard__Back {
border-radius: 10px;
border: 1px solid #ccc;
padding: 25px;
}
.ReactFlipCard__Front {
background-color: lightgreen;
background-color: #eee;
}
.ReactFlipCard__Back {
background-color: lightblue;
background-color: #cef;
}

#example {
Expand Down

0 comments on commit 6318b7d

Please sign in to comment.