This commit is contained in:
parent
8aa2d0b0bf
commit
9488d197dc
@ -37,9 +37,4 @@ content: "";
|
|||||||
#000 0 var(--f));
|
#000 0 var(--f));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.img-responsive {
|
|
||||||
max-width: 100%;
|
|
||||||
max-height: 100%;
|
|
||||||
object-fit: cover;
|
|
||||||
}
|
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user