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}} - +