сдано

This commit is contained in:
2025-03-15 15:09:09 +04:00
parent c54337597c
commit e0e1062912
7 changed files with 6 additions and 14 deletions

View File

@@ -122,6 +122,9 @@ footer {
height: 40px;
}
.description-new {
padding: 10px 20px;
}
/* Мобилка */
@media only screen and (min-width: 100px) and (max-width: 700px) {
div, .input, .read {
@@ -158,7 +161,7 @@ footer {
}
/* Планшет */
@media only screen and (min-width: 701px) and (max-width: 1400px) {
@media only screen and (min-width: 701px) and (max-width: 1400px) {
div, .input, .read {
width: 80%;
}

BIN
img/VK.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
img/VK0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -121,7 +121,7 @@
<footer>
<p>Спасибо, что посетили наш сайт, если возникли вопросы обращайтесь к нам на почту manga@manga.scom</p>
<p>Если вас интерисуют наши соц.сети, то вот они: </p>
<a href="https://vk.com/ded_moroz1509"><img class="logoVK" src="img/vk.svg" alt="VK"></a>
<a href="https://vk.com/ded_moroz1509"><img class="logoVK" src="img/VK0.png" alt="VK"></a>
</footer>
</body>

View File

@@ -30,7 +30,7 @@
<div class="cont-new">
<img src="img/новость.jpg" alt="">
<p>Новость Lorem, ipsum dolor sit amet consectetur adipisicing elit. Beatae exercitationem eligendi error. Architecto voluptatum eaque, nostrum ea a consequuntur, deleniti dolor provident sequi dicta culpa magnam delectus amet distinctio autem?</p>
<p class="description-new">Новость Lorem, ipsum dolor sit amet consectetur adipisicing elit. Beatae exercitationem eligendi error. Architecto voluptatum eaque, nostrum ea a consequuntur, deleniti dolor provident sequi dicta culpa magnam delectus amet distinctio autem?</p>
</div>
</body>

Binary file not shown.