Skip to content
Snippets Groups Projects
Commit 375e538b authored by LAITI SABER's avatar LAITI SABER
Browse files

une bonne note

parent cfeb32ff
No related branches found
No related tags found
No related merge requests found
Pipeline #142446 passed
section.cadre{
padding: 1em;
background-color: #DAC895;
border-radius: 1cm;
display: grid;
margin-top: 10px;
}
nav{
text-align: right;
}
section.style{
padding: 1em;
background-color: #FBECC7;
border-radius: 1cm;
display: flex;
flex-direction: column;
text-align: left;
margin-top: 10px;
}
section.Paypal{
margin: 0 auto;
text-align: center;
width: 400px;
padding: 1em;
background-color: #75ABDE;
box-shadow: 4px 4px 10px black;
border-radius: 1cm;
margin-top: 30px;
}
p.paypal{
font-weight: bold;
text-align: center;
}
button{
color: blue;
border-radius: 1cm;
font-weight: bold;
box-shadow: 4px 4px 5px black;
}
h3{
color: #323A1A;
font-weight: bold;
}
\ No newline at end of file
body
{
background-image: linear-gradient(to bottom,rgb(255, 203, 70,1),rgb(108,255,56)); /* trouver une solution pour appliquer 2 linear gradadient*/
text-align: right;
font-size: 1.3em;
display: grid;
margin-left: 15%;
margin-right: 15%;
}
body :nth-child(2n+1){
text-align: left;
}
nav{
background-color: rgba(10, 101, 57, 35%) ;
border-radius: 0.3cm;
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}
h2{
color: #0A6539;
font-weight: bolder;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 200%;
}
h3{
color: #76A3A2;
}
a{
text-decoration: none;
}
.button{
display: inline-block;
size: 200%;
color: black;
background-color: #ffffff;
border: #29A08C solid;
border-radius: 12cm;
padding: 0.5em;
}
.button:hover{
background-color: #29A08C;
}
.cadre {
background-color: rgba(41, 158, 139, 29%);
}
\ No newline at end of file
public/Images/logo.png

352 KiB

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