Created
April 26, 2018 16:32
-
-
Save jeffreysfridge/5544ce6a9ba01d6a89c23a643b58ad8e to your computer and use it in GitHub Desktop.
Break Container Full Page Width
This file contains hidden or 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
.full-width { | |
width: 100vw; | |
position: relative; | |
left: 50%; | |
right: 50%; | |
margin-left: -50vw; | |
margin-right: -50vw | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment