From 7287bcde6a990ee5ce2d9ca4dd91239e98025ad2 Mon Sep 17 00:00:00 2001 From: Sebastian Ranoszek Date: Wed, 22 Jan 2025 19:23:06 +0000 Subject: [PATCH] Delete brala.css --- brala.css | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 brala.css diff --git a/brala.css b/brala.css deleted file mode 100644 index d21b22b..0000000 --- a/brala.css +++ /dev/null @@ -1,39 +0,0 @@ -#figura { - width: fit-content; - margin-left:auto; - margin-right: auto; - margin-top: 3%; -} -#figura input { - width: 200px; - font-size: 140%; - height: 50px; - font-weight: bold; - border-radius: 20px; -} -.wynik { - float: left; - font-size: 150%; - color:navy; - margin: 40px 50px; - font-weight: bold; -} -fieldset { - margin-top:8%; - margin-left:10%; - width: fit-content; - padding: 20px 60px; - line-height: 2em; - font-size:200%; - background: linear-gradient(to left,red,gold); -} -fieldset input { - width: 4em; -} -legend { - font-weight: bold; -} -fieldset input[type="submit"] { - width: 6em; - font-size: 0.6em; -} \ No newline at end of file