/* html5 */
header,
footer,
nav,
article,
section {
display: block;
}
/* reset */
h1,
h2,
p,
ul,
li,
dl,
dt,
dd {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
a {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: underline;
}
/* for this site */
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.