X-Git-Url: http://git.purplebirdman.com/purplebirdman.git/blobdiff_plain/36dd8c03b315e80a59b7e6902cca4974d36074a0..refs/heads/master:/www/css/index-1.css diff --git a/www/css/index-1.css b/www/css/index-1.css index f945581..f4f84ef 100644 --- a/www/css/index-1.css +++ b/www/css/index-1.css @@ -1,22 +1,36 @@ -body { - background: #defcf9; +a, p, li, h1, h2, h3, h4, h5, h6 { + font-family: "Monospace", sans-serif; + font-size: 18; + color: purple; } -.card { - background: #cadefc; +a { + font-size: 24; +} + +li { + list-style-type: none; +} + +#title { + font-weight: 700; + font-size: 70; +} + +.titlecard { width: 512px; - border-radius: 24px; - padding: 8px; + border-radius: 16px; + padding: 32px; + margin:0 auto; } -.links { - background: #c3bef0; - border-radius: 24px; - padding: 8px; +.card { + border-radius: 16px; + padding: 32px; } .link { - background: #cca8e9; - border-radius: 24px; - padding: 8px; + border-radius: 8px; + padding: 16px; + margin: 16px; }