Typography
Text, images, and the like
Paragraph
The paragraph element represents a paragraph of text. Paragraphs are usually represented in visual media as blocks of text that are separated from adjacent blocks by vertical blank space and/or first-line indentation. Paragraphs are block-level elements. A paragraph (from the Ancient Greek παράγραφος paragraphos, to write beside, or written beside color: secondary) is a self-contained unit of a discourse in writing dealing with a particular point or idea. A paragraph consists of one or more sentences. Though not required by the syntax of any language, paragraphs are usually an expected part of formal writing, used to organize longer prose. A span is a generic inline container for phrasing content, which does not inherently represent anything.
Buttons
Primary Secondary Tertiary Quaternary Complementary Default
Columns
A column is a vertical division of a page or text, a vertical arrangement of figures or other information, a section of a newspaper or magazine regularly devoted to a particular subject or written by a particular person.
A column is a vertical division of a page or text, a vertical arrangement of figures or other information, a section of a newspaper or magazine regularly devoted to a particular subject or written by a particular person.
A column is a vertical division of a page or text, a vertical arrangement of figures or other information, a section of a newspaper or magazine regularly devoted to a particular subject or written by a particular person.
Blockquote
A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text.
—The block quotation element by Mozilla MDN
Lists
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
- Sunday
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
- Sunday
Tables
Monday | Tuesday | Wednesday | Thursday | Friday |
---|---|---|---|---|
08:00 Morning | 08:00 Morning | 08:00 Morning | 08:00 Morning | 08:00 Morning |
12:00 Noon | 12:00 Noon | 12:00 Noon | 12:00 Noon | 12:00 Noon |
18:00 Evening | 18:00 Evening | 18:00 Evening | 18:00 Evening | 18:00 Evening |
Code
<?php if($site->user()->popular()): ?>
<a href="<?php echo $site->twitter() ?>">Twitter</a>
<a href="<?php echo $site->facebook() ?>">Facebook</a>
<?php endif ?>