You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
421 B
29 lines
421 B
@charset "UTF-8";
|
|
.myBody{
|
|
background-color: rgba(255,187,248,0.50);
|
|
}
|
|
.centreCa{
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.imgArticle{
|
|
width: 15em;
|
|
margin: 1em;
|
|
}
|
|
.enTitre{
|
|
font-size: large;
|
|
}
|
|
.entete{
|
|
font-size: xxx-large;
|
|
}
|
|
.caseInfo{
|
|
background-color: rgba(255,185,251,0.61);
|
|
}
|
|
.dnconnect{
|
|
padding: 2em;
|
|
display: flex;
|
|
justify-content: right;
|
|
}
|
|
.margOp{
|
|
margin: 1em;
|
|
} |