reset.css
* { margin: 0; padding: 0; box-sizing: border-box; }
body { color: #000; font-size: 16px; line-height: 1.4; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: Arial, Helvetica, sans-serif; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; background: #fff; }
a { text-decoration: none; color: #f90; transition: 0.3s ease-in-out; }
a:hover { color: #000; }
img { max-width: 100%; height: auto; border: 0; display: block; }
/* Typography */
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.1; margin: 0 0 10x; }
h1 { font-size: 40px; }
h2 { font-size: 35px; }
h3 { font-size: 30px; }
h4 { font-size: 25px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }
p { margin-bottom: 20px; }
/* Button */
.button { padding: 5px 20px; height: 45px; border: 0; outline: none; cursor: pointer; transition: 0.3s ease-in-out; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; background: #f93 }
.button:hover { background: #f09; }
.wrapper { overflow: hidden; position: relative; }
@media only screen and (max-widht: 1199px){
}
body { color: #000; font-size: 16px; line-height: 1.4; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: Arial, Helvetica, sans-serif; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; background: #fff; }
a { text-decoration: none; color: #f90; transition: 0.3s ease-in-out; }
a:hover { color: #000; }
img { max-width: 100%; height: auto; border: 0; display: block; }
/* Typography */
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.1; margin: 0 0 10x; }
h1 { font-size: 40px; }
h2 { font-size: 35px; }
h3 { font-size: 30px; }
h4 { font-size: 25px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }
p { margin-bottom: 20px; }
/* Button */
.button { padding: 5px 20px; height: 45px; border: 0; outline: none; cursor: pointer; transition: 0.3s ease-in-out; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; background: #f93 }
.button:hover { background: #f09; }
.wrapper { overflow: hidden; position: relative; }
@media only screen and (max-widht: 1199px){
}
Comments
Post a Comment