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:**