Increasing width and height of the black background around the container?

If I wanted to increase the width and height of the black background around the container, how can I do this?

How would I do this?

If I understand you correctly, you want to surround the content with more background?

Try adding padding to the container. E.g:

.container {
    padding:25px;
}
1 Like

Yes, that works, I think that’s how that would be done. Thank you.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.