This commit is contained in:
parent
697d2f5703
commit
98388b2021
@ -36,4 +36,10 @@ content: "";
|
||||
#0000 0 calc(var(--f) - 3px),
|
||||
#000 0 var(--f));
|
||||
}
|
||||
|
||||
|
||||
|
||||
.img-responsive {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
object-fit: cover;
|
||||
}
|
@ -14,6 +14,8 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div id="particles-js"></div>
|
||||
<script src="particles.js"></script>
|
||||
|
||||
<div id="multi-bg">
|
||||
|
||||
@ -21,7 +23,7 @@
|
||||
<div class="col s12">
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img src="https://static.vdk2ch.ru/test-public/sin.jpg" height="400px" width="320px">
|
||||
<img class="img-responsive" src="https://static.vdk2ch.ru/test-public/sin.jpg" height="400px" width="320px">
|
||||
</div>
|
||||
<div class="card-content">
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user