Merge branch 'dinosaurik's-branch' into Andrei
This commit is contained in:
commit
8e4edce065
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 {
|
||||
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"
|
||||
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
|
||||
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>
|
||||
</head>
|
||||
<body>
|
||||
<body style=background-color:#f0ffff>
|
||||
<nav class="navbar navbar-light" style="background-color: #d4f1ff;">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="/">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user