buttons are nicer now
css is fun
This commit is contained in:
parent
942b3ea93b
commit
a17b6323a7
1 changed files with 35 additions and 1 deletions
36
min.css
36
min.css
|
@ -3,8 +3,29 @@ body {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 6em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 2.5em auto;
|
||||
}
|
||||
|
||||
.medium {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.smaller {
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
.btn {
|
||||
background: rgb(52, 94, 179);
|
||||
background: rgb(175, 175, 175);
|
||||
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
|
||||
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
|
||||
color: rgb(243, 243, 243) !important;
|
||||
|
@ -15,3 +36,16 @@ body {
|
|||
text-decoration: none;
|
||||
transition: background-color 0.15s ease-in-out;
|
||||
}
|
||||
|
||||
.btn.btn-a {
|
||||
background: rgb(52, 94, 179);
|
||||
}
|
||||
|
||||
.btn.btn-b {
|
||||
background-color: #51a351;
|
||||
}
|
||||
|
||||
.btn.btn-c {
|
||||
background-color: rgb(218, 39, 39);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue