Base ships with body, h1, h2, h3, h4, h5, h6, p, button, input, and select set to --font-body in core-styles.css.
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
Font variables are done in rems so will scale according to set root (body) font size. Base ships with body set to 1rem (16px) in reboot.css.
Base ships with body set to 1.5 (24px) in reboot.css.
Standard base page gutters use --space-5 padding.
Examples of box-shadow property with shadow variables.
Examples of border-radius property with border radii variables.
Standard practice is to match --width-base to standard comped text content width and --width-feature to a comped widget that is larger than --width-base but not full screen if available.
Search engines look for H1s to determine a page's title and use that in the weighting of the page in their rankings. Consequently, you never want to actually use the H1 in the content of a page because we automatically generate the H1 from the Page Name and Google would ding you for trying to game their algorithm if you had more than one on a page.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec qu
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec qu
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec qu
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec qu
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec qu
This is what a bunch of text looks like without the "p tag". If you were to look at the HTML version of this page, you would notice that this grouping of text does not have any sort of tag (denoted by <> preceding it and following it to close the tag). That is why this text is pretty generic and lacking any style. Chances are that the leading between the lines is a lot closer than the ideal as well.
This, on the other hand is what text looks like when it is surrounded by "p tags". In case it is not apparent at this point, "p" stands for paragraph. It is the p tags that alert the CMS to the fact that this text needs to have certain styling applied to it. That is why this text probably looks a good deal different than the paragraph above. If you were to look at this text in the HTML, you would see a
just before the first word to open the tag and a just after this sentence to close it.
And now for some lists...we'll start with bullets
Or if you prefer an ordered lis, as opposed to an unorded bullet list:
And finally, we'll wrap this page up with some common text styling:
Here's an example of what bold text looks like
And here's italicized text
How about some underlining?
I can't imagine why you'd use strikethrough on a website, but here you go.
Here's and example of subscript
Or how about some superscript?
And last but certainly not least, here's what a hyperlink looks like on this site.
odd - 1 | odd - 2 |
even - 1 | even - 2 |
odd - 3 | odd - 4 |