Prettified Code!

This commit is contained in:
DJ2LS 2023-02-25 21:28:44 +00:00 committed by GitHub Action
parent 0c128f187c
commit 2cc925bbd5
2 changed files with 16 additions and 18 deletions

View file

@ -294,22 +294,20 @@
<div class="card mb-1 border-0">
<div class="row g-0">
<div class="col-md-4">
<div class="row position-relative p-0 m-0">
<div class="col p-0 m-0"> <img
src="img/icon.png"
class="img-fluid rounded-start"
alt="..."
/> </div>
<div class="col position-absolute image-overlay text-white justify-content-center align-items-center d-flex align-middle h-100 bg-dark opacity-0">
<i class="bi bi-upload" style="font-size: 2.2rem"></i>
</div>
</div>
<div class="row position-relative p-0 m-0">
<div class="col p-0 m-0">
<img
src="img/icon.png"
class="img-fluid rounded-start"
alt="..."
/>
</div>
<div
class="col position-absolute image-overlay text-white justify-content-center align-items-center d-flex align-middle h-100 bg-dark opacity-0"
>
<i class="bi bi-upload" style="font-size: 2.2rem"></i>
</div>
</div>
</div>
<div class="col-md-8">
<div class="card-body">

View file

@ -91,6 +91,6 @@ https://stackoverflow.com/a/9622873
/* image overlay */
.image-overlay:hover {
opacity: 0.75 !important;
transition: .5s;
opacity: 0.75 !important;
transition: 0.5s;
}