From 1a15666e837edf49c98460abc1e44b95e57a8c09 Mon Sep 17 00:00:00 2001
From: Bendeddouche Farouk Mohamed <farouk.bendeddouche@etu.univ-lyon1.fr>
Date: Thu, 21 Dec 2023 20:40:15 +0000
Subject: [PATCH] Delete propos.css

---
 public/propos.css | 68 -----------------------------------------------
 1 file changed, 68 deletions(-)
 delete mode 100644 public/propos.css

diff --git a/public/propos.css b/public/propos.css
deleted file mode 100644
index a42de6a..0000000
--- a/public/propos.css
+++ /dev/null
@@ -1,68 +0,0 @@
-section.cadre{
-    padding: 1em;
-    background-color: #DAC895;
-    border-radius: 1cm;
-    display: grid;
-}
-
-nav{
-    text-align: right;
-}
-
-.brick{
-    padding: 1em;
-    background-color: #FBECC7;
-    border-radius: 1cm;
-    display: flex;
-    flex-direction: column;
-    text-align: left;
-    margin: 2%;
-}
-
-section.Paypal{
-    margin: 0 auto;
-    text-align: center;
-    width: 400px;
-    padding: 1em;
-    background-color: #75ABDE;
-    box-shadow: 7px 7px 11px 0px #323A1A;
-    border-radius: 1cm;
-    margin-top: 30px;
-}
-
-p.paypal{
-    font-weight: bold;
-    text-align: center;
-}
-
-.button{
-    background-color: #326BA0;
-    font-weight: bold;
-    border:#326BA0 solid ;
-}
-.button:hover
-{
-    background-color: #ffffff;
-    border: #326BA0 solid;
-    transition-duration: 0.5s;
-}
-
-h3{
-    color: #323A1A;
-    font-weight: bold;
-}
-
-.comm{
-    color: #0A6539;
-    font-weight: bold;
-}
-
-footer{
-    text-align: left;
-    display: flex;
-    flex-direction: row;
-    flex-wrap: wrap;
-    justify-content: space-around;
-    align-items: center;
-    background-image: linear-gradient(to top, rgb(0,0,0,25%),rgb(0,0,0,0%));
-}
\ No newline at end of file
-- 
GitLab