From 0af8fed575f3b4099aa33a758ca25c5e0df1f02b Mon Sep 17 00:00:00 2001 From: Sebastian Ranoszek Date: Thu, 30 Jan 2025 01:15:29 +0000 Subject: [PATCH] brylacss --- bryly.css | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bryly.css diff --git a/bryly.css b/bryly.css new file mode 100644 index 0000000..0142828 --- /dev/null +++ b/bryly.css @@ -0,0 +1,39 @@ +#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