In Responsive Web Design - Learn CSS Flexbox by Building a Photo Gallery - step 7, there is instruction saying
Then give your img
elements a width
of 100%
, padding
set to 5px
, and a border
set to 5px solid blue
but if I enter that the answer is wrong and another instruction appears below saying
Your .gallery
selector should have a border
property set to 5px solid red
.
Teller
January 25, 2025, 9:53pm
2
Welcome to the forum @nijazmuratovic10
So the forum can assist please post your full code.
Use the following method to post code to the forum:
On a separate line type three back ticks.
On a separate line paste your code.
On the last line type three back ticks. Here is a single back tick `
Happy coding
Oh, sorry. I confused the instruction for .gallery for which I should put red color, and for img for which I should put blue color. It is OK now. There is no any bug there.