From 2775fc8283376da2c0fb9b0800568f1fe198d791 Mon Sep 17 00:00:00 2001 From: Laktionov Anton Date: Tue, 5 May 2026 19:06:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A7=D1=82=D0=BE=20=D1=82=D0=BE=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=D0=B8.=20=D0=9D=D0=B0?= =?UTF-8?q?=D0=B4=D0=BE=20=D1=81=D0=BC=D0=B5=D0=BD=D0=B8=D1=82=D1=8C=20?= =?UTF-8?q?=D0=B2=D0=B5=D1=82=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.module.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/App.module.scss diff --git a/src/App.module.scss b/src/App.module.scss new file mode 100644 index 0000000..f3e4bff --- /dev/null +++ b/src/App.module.scss @@ -0,0 +1,11 @@ +.container { + width: 300px; + height: 200px; + border: 2px dashed grey; + margin: 10px; + text-align: center; + p { + margin-top: 20%; + } +} +