Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to make a responsive box in css

.square {
  width: 50%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
Source by spin.atomicobject.com #
 
PREVIOUS NEXT
Tagged: #responsive #box #css
ADD COMMENT
Topic
Name
2+7 =