nouveaux tests
This commit is contained in:
parent
87eb528e7b
commit
00edad1729
117 changed files with 5757 additions and 141 deletions
|
|
@ -125,6 +125,23 @@ figure[data-crop="false"] img {
|
|||
object-fit: contain;
|
||||
}
|
||||
|
||||
blockquote{
|
||||
/*background: red;*/
|
||||
margin-left: 2cm;
|
||||
margin-top: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
blockquote:before{
|
||||
content: ":::::::::";
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: -2cm;
|
||||
/*border-top: 1px solid #000;*/
|
||||
width: 2cm;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* Classes pour le responsive */
|
||||
.show-for-small-only{ display: block;}
|
||||
.hide-for-small-only{ display: none;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue