@Luis-OliveroSubmitted about 2 years ago
How do you change the color of the horizontal line? How do you work in the active state to the image? How can I make the Desktop version look more like the challenge?
How do you change the color of the horizontal line? How do you work in the active state to the image? How can I make the Desktop version look more like the challenge?
Hello Luis-Olivero!
For the horizontal line color, you can put this color: rgba(0, 0, 0, 0.3);
Here the link you can pick any color you want: https://www.w3schools.com/colors/colors_picker.asp
For the active state, you have to use :active selector. You can check on this link: https://www.w3schools.com/cssref/sel_active.asp
Happy Coding!