From c01329afdb46520f45cc307027ab96feb4790554 Mon Sep 17 00:00:00 2001 From: valoka Date: Tue, 7 Oct 2025 22:45:53 +0900 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?css=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 css/style.css diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..5cbb34c --- /dev/null +++ b/css/style.css @@ -0,0 +1,38 @@ +*{ + margin: 0 auto; + padding: 0; +} + +a, h1, h2, h3, h4, h5, h6{ + text-decoration: none; + color: inherit; + margin: 0; + padding: 0; +} + +.flex{ + display: flex; +} + +/* :root{ + -- +} */ + +/* ---------- */ + +/* ----------- main ----------- */ +.inputText{ + display: hidden; +} + +.inputLink{ + display: hidden; +} + +.form1{ + flex-direction: column; +} + +.radio1Div{ + flex-direction: column; +} \ No newline at end of file