check posts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-13 21:05:09 +10:00
parent 8aa2d0b0bf
commit 9488d197dc
2 changed files with 14 additions and 17 deletions

View File

@ -37,9 +37,4 @@ content: "";
#000 0 var(--f)); #000 0 var(--f));
} }
.img-responsive {
max-width: 100%;
max-height: 100%;
object-fit: cover;
}

View File

@ -19,21 +19,23 @@
<div id="multi-bg"> <div id="multi-bg">
<div class="row"> <div class="container">
<div class="col s12"> <div class="row">
<div class="card"> <div class="col s12">
<div class="card-image"> <div class="card">
<img class="img-responsive" src="https://static.vdk2ch.ru/test-public/sin.jpg" height="400px" width="320px"> <div class="card-image">
<img class="img-responsive" src="https://static.vdk2ch.ru/test-public/sin.jpg" height="400px" width="320px">
</div>
<div class="card-content">
<p>
Dobro pozhalovat. AGAIN.
</p>
</div>
</div> </div>
<div class="card-content">
<p>
Dobro pozhalovat. AGAIN.
</p>
</div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<style> <style>
#multi-bg{ #multi-bg{
height: 300px; height: 300px;