This is normal text, in regular, bold, bold italic, and italic.
Headline 1
Headline 2
Headline 3
Headline 4
Headline 5
And here is how some list items look:
- Just like
- This and that
- And so forth.
And now here is how some Ordered list items look:
- Just like
- This and that
- And so forth.
TIP: You shouldn’t go more than 9 with an Ordered list or it will not center nicely with double-digit numbers.
Here is a blockquote with some additional text to see how that looks.Here is a blockquote with some additional text to see how that looks.Here is a blockquote with some additional text to see how that looks.Here is a blockquote with some additional text to see how that looks.
Just above this like is a horizontal rule.
Official colors should be:
gold: #fdba11
orange: #c97f12
brown: #b46613
Basically within HTML you should select something and make it bold and then look for the strong tag and add a class using the Text editor. For example:
- <strong class=”gold”>my text in gold color</strong>
You can also make a link into a nice little button using the .btn class.
It can get a little weird when editing the button in Visual mode so switch to Text mode for best results.
btn gold <a class=”btn gold” href=”#”>btn gold</a>
btn orange <a class=”btn orange” href=”#”>btn orange</a>
btn brown <a class=”btn brown” href=”#”>btn brown</a>