Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
how can i create a selector for this id i tryed but it not passes
Your images are currently too large, and you will not be able to see your CSS changes.
Create a #gallery img selector to target your images. Give it a width property set to 25%.
Also set the height property to 300px to keep your images a uniform size.
*gallery {
width: 25%;
height: 300px;
}
**Your browser information:**
Mod Edit: SOLUTION REMOVED
Griff
July 4, 2022, 2:49pm
3
Hello,
Please don’t give people solutions to coding problems. It doesn’t help people learn as a solution doesn’t mean understanding why it works. Mods will also remove solutions from the forum.
Griff
July 4, 2022, 2:49pm
4
Hi,
Please share your code, it’s not possible to help without seeing it.
This gif shows how to correctly format your code for the forum.
system
Closed
January 3, 2023, 2:50am
5
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.