Hi everyone, I'm new to learning CSS and I need some help with rearranging this code. I want to display 2 rows of 3 images below the "Section" class, but my attempts using float and position aren't working. Can someone guide me on where I might be going wrong?
I am using images with dimensions: 1920x1080.
*{
padding: 0;
margin: 0;
}
html{
/* CSS styles go here */
}
/* More CSS styles... */
If you can take a look at the code and provide some suggestions or corrections, I would greatly appreciate it. Thank you!
Here is the current situation visualized