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

Delete blog.css

parent 7e7d449b
No related branches found
No related tags found
No related merge requests found
Pipeline #144536 passed
h1, h2{
text-align: center;
color: #9AB253;
}
h3, .commentaires-article{
color: #355A8B;
}
nav{
background-color: #D7E1BA;
}
.Formulaire{
display: grid;
grid-template-areas:
"label input"
"p input";
padding: 1em;
background-color: #D7E1BA;
}
label{
color: #78825A;
}
label+p{
color: red;
}
.commentaires{
color: #9AB253;
}
input{
border-radius: 0.2cm;
}
.titre{
text-align: center;
color: black;
}
header{
display: grid;
grid-template-areas:
"header section img";
border-radius: 0.4cm;
padding: 1em;
background-color: #D7E1BA;
}
.comme{
text-align: center;
color: #616C41;
}
.article{
border-radius: 0.4cm;
margin-top: 10px;
margin-right: 20px;
padding: 1em;
background-color: white;
}
button{
text-align: center;
margin: 16px;
color: #798A46;
background-color: #C1D38C;
border-radius: 0.5cm;
}
\ 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