parent
167dc5042a
commit
b7cf3824aa
@ -0,0 +1,29 @@
|
||||
@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;
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
@charset "UTF-8";
|
||||
.centreCa{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
Loading…
Reference in new issue