Background Scroll Interactions with Body Borders

I created a full background scroll site following the Webflow Tutorial, but i was wondering if there was a way to add a body border similar to this site. Creating a Body Border | CSS-Tricks - CSS-Tricks

I tried placing an inner div and giving the Section a margin, but it does not work with the BG div.

Any thoughts if this is possible?


Here is my public share link: https://preview.webflow.com/preview/portfolio-with-page-scroll?preview=c30e1ab30146ed75f683fc9a54330b1e
(how to access public share link)

  1. On Body: Give inner padding of 30px to all four
  2. Add Section: H: 100vh

That’ll give you the outer border.

1 Like

Thank you for the help.