Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css tricks stretch content full witdh

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #css #tricks #stretch #content #full #witdh
ADD COMMENT
Topic
Name
7+1 =