This is my solution to the Easybank landing page challenge on Frontend Mentor.
- Solution URL: https://github.com/AdanQuijadaC/easybank_landing_page_master_challenge_frontendmentor.github.io
- Live Site URL: https://adanquijadac.github.io/easybank_landing_page_master_challenge_frontendmentor.github.io
- Semantic HTML5 markup - Basic
- CSS custom properties -Basic
- Basic CSS Grid lvl 1
- Desktop-first workflow
- Libreries: None
I had difficulties trying to change the color of the icons or svg because the "fill" and "color" properties did not work for me, but with the "filter" property and pages like css-color-filter-generator, it is possible to change the color without the need to modify the source code of the svg.
- (https://angel-rs.github.io/css-color-filter-generator) - Perfect web to change your colors svg
- Frontend Mentor - @AdanQuijadaC