12.07.2015 Views

systematic-css

systematic-css

systematic-css

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

ElementsThe next stage is to set the default presentation for all of the base HTML elements that youwill need to encapsulate content and to render interactive controls. Things that will probablyneed your attention include:––Headings, paragraphs, lists and hyperlinks.––Data tables.––Forms, fieldsets and legends.––Input controls and buttons.The only elements that must not be styled are the sectioning ones – , ,, , , , , and – and the two elements thathave no semantic value at all – and .Most of the selectors will be plain old type selectors.h2 {font-size: 2rem;line-height: 1.2;margin-top: 2em;margin-bottom: 1em;}h3 {font-size: 1.4rem;line-height: 1.2;margin-top: 2em;margin-bottom: 1em;}For efficiency some inheritable typographic styles may be set on the element andallowed to cascade from there.Elements 40

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!