add image for chat

This commit is contained in:
mose 2019-08-27 23:01:52 +08:00
parent dabf17ac5c
commit e5367661af
2 changed files with 10 additions and 1 deletions

View file

@ -95,7 +95,7 @@ li {
.tesfou {
max-width: 100%;
}
.card.idees {
.card.idees, .card.chat {
position: relative;
}
.card.idees:before {
@ -106,4 +106,13 @@ li {
background-repeat: no-repeat;
width: 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB