This commit is contained in:
Owen Versteeg 2013-05-14 22:55:06 -03:00
parent a17b6323a7
commit 2848a30956

11
min.css
View file

@ -1,6 +1,6 @@
body {
font-family: Helvetica, sans-serif;
text-align: center;
font-family: Helvetica, sans-serif;
text-align: center;
}
h1 {
@ -24,6 +24,10 @@ h2 {
font-weight: 100;
}
.smooth {
transition: background-color 0.15s ease-in-out;
}
.btn {
background: rgb(175, 175, 175);
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
@ -34,7 +38,7 @@ h2 {
padding: 15px 40px 16px;
text-align: center;
text-decoration: none;
transition: background-color 0.15s ease-in-out;
margin: auto .7em;
}
.btn.btn-a {
@ -48,4 +52,3 @@ h2 {
.btn.btn-c {
background-color: rgb(218, 39, 39);
}