/*************************
GENERAL STYLINGS
**************************/
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
img {
max-width: 100%;
}
a, a:visited {
color:#000;
}
/*************************
HEADER STYLINGS
**************************/
/*************************
BODY STYLINGS
**************************/
/*************************
FOOTER STYLINGS
**************************/
/*************************
MEDIA QUARIES
**************************/
CSS Starter stylesheet with Normalize.css 4.1.1 applied.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.