padding
This commit is contained in:
parent
a17b6323a7
commit
2848a30956
1 changed files with 7 additions and 4 deletions
11
min.css
11
min.css
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue