add dick
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Cadyrov 2022-10-18 01:07:50 +10:00
parent d0401b3381
commit 84a1d3a90f
4 changed files with 12 additions and 0 deletions

BIN
img/16660159673780.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

BIN
img/16660159673781.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

View File

@ -44,6 +44,7 @@
</div>
</div>
<div class="message">
<div class="message_img"></div>
<p class="messagecontent">Пример текста сообщения, текст</p>
</div>
<div class="messagewraper">

View File

@ -30,13 +30,24 @@ font-size: 30px;
font-weight: 800;
text-transform: uppercase;}
.message {
margin-top: 10px;
border-radius: 8px;
background-color: bisque;
width: 700px;
min-height: 50px;
margin-left: auto;
margin-right: auto;
display: flex;
min-height: 200px;
}
.message_img {width: 200px;
background-image: url(../img/16660159673780.jpg);
background-size:cover;
}
.message_img:hover {
background-image: url(../img/16660159673781.jpg);
}
.messagecontent {
padding-left: 10px;
padding-top: 10px;