Skip to content
Snippets Groups Projects
Commit 3dcf2524 authored by Giorgio Utzeri's avatar Giorgio Utzeri
Browse files

finish

parent 109f1a8b
No related branches found
No related tags found
No related merge requests found
nbday=7 nbday=7
driver=org.postgresql.Driver driver=org.postgresql.Driver
url=jdbc:postgresql://psqlserv/but2 url=jdbc:postgresql://localhost:5432/sae
login=giorgioutzerietu login=admin
mdp=moi mdp=admin
\ No newline at end of file
...@@ -11,25 +11,6 @@ ...@@ -11,25 +11,6 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet">
<link rel="icon" href="images/LilleConnect.png" type="image/png"> <link rel="icon" href="images/LilleConnect.png" type="image/png">
<style>
/* CSS pour afficher les éléments les uns sous les autres sur les petits écrans */
@media (max-width: 576px) {
.form-control {
width: 100%; /* S'assure que les champs prennent toute la largeur */
margin-bottom: 10px; /* Ajoute un espacement entre les champs */
}
.list-group-item {
display: block; /* Affiche les éléments de la liste les uns sous les autres */
margin-bottom: 10px; /* Espacement entre les éléments de la liste */
}
.btn {
width: 100%; /* Les boutons prennent toute la largeur sur petits écrans */
margin-top: 10px;
}
}
</style>
</head> </head>
<body> <body>
<div class="container"> <div class="container">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment