Created
July 28, 2020 11:39
-
-
Save Farmatique/ef9ea8dedb1af4c6264a367d9bbba764 to your computer and use it in GitHub Desktop.
Full-width section inside limited container
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://css-tricks.com/full-width-containers-limited-width-parents/ | |
.full-width { | |
margin-left: calc(-100vw / 2 + 500px / 2); // 500 is container width | |
margin-right: calc(-100vw / 2 + 500px / 2); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment