test graphique
This commit is contained in:
parent
8ecb0a3f73
commit
dabf17ac5c
2 changed files with 12 additions and 0 deletions
|
@ -94,4 +94,16 @@ li {
|
||||||
}
|
}
|
||||||
.tesfou {
|
.tesfou {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
.card.idees {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.card.idees:before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: -50px;
|
||||||
|
background: url("images/idees-gris.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
width: 120px;
|
||||||
|
height: 120px;
|
||||||
}
|
}
|
BIN
site/images/idees-gris.png
Normal file
BIN
site/images/idees-gris.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in a new issue