Hey! How's it going?
Not bad... i guess. What about you? Haven't gotten any updates from you in a long time.
Yeah! I've been a bit busy lately. I'll get back to you soon enough.
Alright, take care then.
Heading 1 |
Weight 300, Size 38px |
Heading 2 |
Weight 300, Size 32px |
Heading 3 |
Weight 300, Size 24px |
Heading 4 |
Weight 400, Size 18px |
Heading 5 |
Weight 400, Size 14px |
Heading 6 |
Weight 400, Size 12px |
p.lead
Onwards to victory!
p
Ten years ago a crack commando unit was sent to prison by a military court for a crime they didn't commit.
small
These men promptly escaped from a maximum security stockade to the Los Angeles underground.
em
Today, still wanted by the government, they survive as soldiers of fortune.
strong
If you have a problem and no one else can help, and if you can find them, maybe you can hire the A-team.
There is only one thing in the world worse than being talked about, and that is not being talked about
Oscar Wilde in The Picture of Dorian Grey
How glorious it is – and also how painful – to be an exception.
Alfred de Musset
.text-muted
Aren’t you a little short for a stormtrooper?
.text-primary
That’s no moon, it’s a space station!
.text-success
The Force is strong with this one.
.text-info
I find your lack of faith disturbing.
.text-warning
These aren’t the droids you’re looking for.
.text-danger
May the Force be with you.
Left aligned text.
Center aligned text.
Right aligned text.
A list of terms with their associated descriptions.
Make terms and descriptions in <dl>
line up side-by-side.
A list of items in which the order does not explicitly matter.
A list of items in which the order does explicitly matter (numbered list).
A list of items with no list-style or additional left padding.
Wrap inline snippets of code with <code>
.
For example, <section>
should be wrapped as inline.
Use <pre>
for multiple lines of code.
<p>Sample text here...</p>
To add colored syntax highlight to the <pre>
tag, then use the prettyprint
class, and for line numbers add the linenums
class.
<div class="form-group"> <label for="focusedinput" class="col-xs-3 control-label">Focused Input</label> <div class="col-xs-6"> <input type="text" class="form-control" id="focusedinput" placeholder="Default Input"> </div> </div>