Currently, my code is creating a random number of new articles within the body of my webpage. I have successfully implemented different colors for each article, but I am encountering an issue with padding. Being new to web development, I am attempting to set both vertical and horizontal spacing to 15px. However, my current implementation is not producing the desired outcome.
I previously tried using "padding" but found that it affected the border of all the articles collectively rather than applying individual padding to each one.