более красивые формы :з
This commit is contained in:
parent
adeadaa8bd
commit
473e488f35
6
static/css/base.css
Normal file
6
static/css/base.css
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
.navbar-brand {
|
||||||
|
font-family: 'Montserrat Alternates', sans-serif;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
font-family: 'Comfortaa', cursive;
|
||||||
|
}
|
||||||
@ -9,4 +9,19 @@ text-align: center;
|
|||||||
}
|
}
|
||||||
#buttons {
|
#buttons {
|
||||||
margin-left: -4%;
|
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;
|
||||||
}
|
}
|
||||||
@ -7,9 +7,11 @@
|
|||||||
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
|
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
|
||||||
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
|
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
|
||||||
crossorigin="anonymous">
|
crossorigin="anonymous">
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&family=Montserrat+Alternates:wght@600&display=swap" rel="stylesheet">
|
||||||
|
<link rel="stylesheet" href="../static/css/base.css">
|
||||||
<title>{{title}}</title>
|
<title>{{title}}</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body style=background-color:#f0ffff>
|
||||||
<nav class="navbar navbar-light" style="background-color: #d4f1ff;">
|
<nav class="navbar navbar-light" style="background-color: #d4f1ff;">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<a class="navbar-brand" href="/">
|
<a class="navbar-brand" href="/">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user