Ajout page erreur si toutes les url vident, création du fichier css pour habiller la page.

This commit is contained in:
2022-12-28 23:38:07 +01:00
parent 98f2a46afb
commit 61c61d203b
7 changed files with 179 additions and 33 deletions

40
static/css/style.css Normal file
View File

@@ -0,0 +1,40 @@
body {
background-color: black;
}
h1 {
/* border: 2px #eee solid; */
color: rgb(24,216,96);
background-color: black;
text-align: center;
padding: 10px;
}
h2 {
text-align: center;
margin: auto;
padding: 10px;
color: white;
}
.url {
display: flex;
justify-content: center;
align-items: center;
/* min-height:100%; */
background-color: black;
color: white
}
input[type="submit"] {
display: block;
margin: auto;
}
button {
display: block;
margin: 10px auto;
}