Skip to content
Snippets Groups Projects
Commit 1a15666e authored by Bendeddouche Farouk Mohamed's avatar Bendeddouche Farouk Mohamed
Browse files

Delete propos.css

parent c0f8f673
No related branches found
No related tags found
No related merge requests found
Pipeline #144539 passed
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment