premierexercicev2

This commit is contained in:
Pedre Gabriel
2024-10-22 14:12:27 +04:00
parent 0bea290c4a
commit 960afcd052
3 changed files with 211 additions and 17 deletions
+32
View File
@@ -0,0 +1,32 @@
body {
font-family: 'Arial', sans-serif;
background-color: #faf8f8;
}
.navbar {
border-bottom: 2px solid #0056b3;
}
.table {
border-collapse: separate;
border-spacing: 0 10px;
}
.table-primary {
background-color: #0056b3;
color: white;
}
.btn-warning {
background-color: #ffcc00;
border: none;
}
.footer {
background-color: #f1f1f1;
padding: 20px 0;
}
.text-primary {
color: #0056b3 !important;
}