From a17b6323a728c82f19b844a4dc18b6c667239976 Mon Sep 17 00:00:00 2001 From: Owen Versteeg Date: Tue, 14 May 2013 22:52:04 -0300 Subject: [PATCH] buttons are nicer now css is fun --- min.css | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/min.css b/min.css index 855047d..14bedbb 100644 --- a/min.css +++ b/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); +} +