When you scroll down the tesla website, they have sections that are full height of the screen, and when you scroll it, the sections kind of snap to be the full height of the window. Any idea how can I do the same behavior? https://www.tesla.com/
here is a good reference about scroll snap on MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Scroll_Snap
for full screen sizes you can use viewport relative units (vh , vw)