Skip to content

Instantly share code, notes, and snippets.

@kadsyy
Created September 1, 2018 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kadsyy/a618a611a0d265123f55f361dd81dfcf to your computer and use it in GitHub Desktop.
Save kadsyy/a618a611a0d265123f55f361dd81dfcf to your computer and use it in GitHub Desktop.
Fullscreen width
.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