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

Delete style.css

parent 5ecf1092
No related branches found
No related tags found
No related merge requests found
Pipeline #144535 passed
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, 19%);
border-radius: 0.3cm;
display: flex;
justify-content: space-between;
padding: 0% 10% 0% 0%;
align-items: center;
}
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;
}
#active{
color:#6D2100;
}
.nav{
color:#000000;
transition-duration: 0.5s;
}
.nav:hover{
}
.button{
display: inline-block;
size: 200%;
background-color: #29A08C;
color: #000000;
border: #29A08C solid;
border-radius: 12cm;
box-shadow: 0px 4px 8px 0px;
padding: 0.5em;
transition-duration: 0.5s;
}
.button:hover{
color: black;
background-color: #ffffff;
border: #29A08C solid;
transition-duration: 0.5s;
}
.mini-cadre{
margin-bottom: 7px;
border-radius: 0.5cm;
padding: 1em;
background-color: lightblue;
}
.cadre {
padding: 1em;
background-color: rgba(41, 158, 139, 29%);
text-align: center;
}
.mini-cadre{
text-align: left;
margin-bottom: 7px;
border-radius: 0.5cm;
padding: 1em;
background-color: lightblue;
}
.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;
}
.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;
}
\ 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