It was a simple project. I just to figure out how to do an active state for the image hover element.
What I have learned:
1. HORIZONTAL LINE
- HTML empty div with the class card_horizontal_line
<div class="line"></div>
- CSS I gave it
line { height: 1px; width: 100%, background-color: var(--Soft-blue); margin-bottom: 1rem; }