This commit is contained in:
parent
d0401b3381
commit
84a1d3a90f
BIN
img/16660159673780.jpg
Normal file
BIN
img/16660159673780.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 191 KiB |
BIN
img/16660159673781.jpg
Normal file
BIN
img/16660159673781.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 180 KiB |
@ -44,6 +44,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
|
<div class="message_img"></div>
|
||||||
<p class="messagecontent">Пример текста сообщения, текст</p>
|
<p class="messagecontent">Пример текста сообщения, текст</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="messagewraper">
|
<div class="messagewraper">
|
||||||
|
@ -30,13 +30,24 @@ font-size: 30px;
|
|||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
text-transform: uppercase;}
|
text-transform: uppercase;}
|
||||||
.message {
|
.message {
|
||||||
|
margin-top: 10px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background-color: bisque;
|
background-color: bisque;
|
||||||
width: 700px;
|
width: 700px;
|
||||||
min-height: 50px;
|
min-height: 50px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: 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 {
|
.messagecontent {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user