add image for chat
This commit is contained in:
parent
dabf17ac5c
commit
e5367661af
2 changed files with 10 additions and 1 deletions
|
@ -95,7 +95,7 @@ li {
|
||||||
.tesfou {
|
.tesfou {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.card.idees {
|
.card.idees, .card.chat {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.card.idees:before {
|
.card.idees:before {
|
||||||
|
@ -106,4 +106,13 @@ li {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
|
}
|
||||||
|
.card.chat:before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: -40px;
|
||||||
|
background: url("images/coaaaa.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
width: 120px;
|
||||||
|
height: 120px;
|
||||||
}
|
}
|
BIN
site/images/coaaaa.png
Normal file
BIN
site/images/coaaaa.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Loading…
Reference in a new issue