+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Pedre_Gabriel/Exercice/style.css b/Pedre_Gabriel/Exercice/style.css
new file mode 100644
index 0000000..b8fd6d2
--- /dev/null
+++ b/Pedre_Gabriel/Exercice/style.css
@@ -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;
+}