Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

reset css simples

* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box
}
Source by woliveiras.com.br #
 
PREVIOUS NEXT
Tagged: #reset #css #simples
ADD COMMENT
Topic
Name
8+8 =