Hello everyone, I'm currently working on creating a grid of clickable DIVs that contain text and link to another website when clicked. However, I've run into an issue where the last DIV in the second row is slightly raised above the others, and I'm struggling to figure out why or how to fix it. Additionally, centering the set of DIVs on the page has been problematic as well. The technique I'm using doesn't seem to be effective.
If you'd like to view the webpage in question, you can find it here:
Below is the CSS code I've been using:
[CSS code here]
And here is the HTML structure for the DIVs:
[HTML code here]
The challenge I'm facing is ensuring that the last DIV box aligns perfectly with the rest of the elements. Any simple fixes or suggestions would be greatly appreciated. Thank you and have a wonderful day/night!