From 473e488f35702219d1934423c7325e434cad5cc0 Mon Sep 17 00:00:00 2001 From: Dinosaur <78600651+Darya-Tolmeneva@users.noreply.github.com> Date: Thu, 7 Apr 2022 15:47:19 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B1=D0=BE=D0=BB=D0=B5=D0=B5=20=D0=BA=D1=80?= =?UTF-8?q?=D0=B0=D1=81=D0=B8=D0=B2=D1=8B=D0=B5=20=D1=84=D0=BE=D1=80=D0=BC?= =?UTF-8?q?=D1=8B=20:=D0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/base.css | 6 ++++++ static/css/register.css | 15 +++++++++++++++ templates/base.html | 4 +++- 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 static/css/base.css diff --git a/static/css/base.css b/static/css/base.css new file mode 100644 index 0000000..2da5d66 --- /dev/null +++ b/static/css/base.css @@ -0,0 +1,6 @@ +.navbar-brand { + font-family: 'Montserrat Alternates', sans-serif; +} +body { + font-family: 'Comfortaa', cursive; +} \ No newline at end of file diff --git a/static/css/register.css b/static/css/register.css index 4ba3980..e7563f2 100644 --- a/static/css/register.css +++ b/static/css/register.css @@ -9,4 +9,19 @@ text-align: center; } #buttons { margin-left: -4%; +} +input[type=text], input[type=email], input[type=password], input[type=file], input[type=number]{ + padding:10px; + border:10; + box-shadow:0 0 15px 4px rgba(0,0,0,0.06); + border-radius:10px; +} +textarea { + width:100%; + resize: vertical; + padding:10px; + border-radius:10px; + border:10; + box-shadow:0 0 15px 4px rgba(0,0,0,0.06); + height:150px; } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index babf251..b90d104 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,9 +7,11 @@ href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> + + {{title}} - +