To display the 3 icons, I am using https://boxicons.com/
. You can find the code here.
Additionally, I would like to download the icons and store them in a folder. Here is the result with uploaded images: https://i.sstatic.net/Qsu9k.png
I encountered two issues:
- The white color has been replaced with black.
- A horizontal line below the image disappeared.
Do you know how I could achieve the same appearance as shown in the initial illustration?
I made a change from this:
<a href="#" class="form__login-icon"><i class='bx bx-book-content'></i></a>...
to this:
<a href="#" class="form__login-icon"><img src="https://zupimages.net/up/22/33/qad0.png" alt="image"></a>...
Thank you!