From 136a2c1f0814308d839e8901fdff80499ced70d7 Mon Sep 17 00:00:00 2001 From: Krystian Rzepa Date: Sun, 30 Dec 2018 22:54:47 +0000 Subject: [PATCH] Zaktualizuj 'style.css' --- style.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index aeba6f4..a561d5d 100644 --- a/style.css +++ b/style.css @@ -7,6 +7,14 @@ body{ font-family: sans-serif; } +h2{ + font-weight: bold; + margin-bottom: 5px; + text-align: center; + font-size: 16px; + color: red; +} + .loginbox{ width: 320px; height: 390px; @@ -51,14 +59,6 @@ h1{ font-size: 22px; } -h2{ - font-weight: bold; - margin-bottom: 5px; - text-align: center; - font-size: 16px; - color: red; -} - .loginbox p, .registerbox p{ margin: 0; padding: 0; @@ -79,6 +79,7 @@ h2{ color: #fff; font-size: 16px; } + .loginbox input[type="submit"], .registerbox input[type="submit"]{ border: none; outline: none;