Skip to content

Instantly share code, notes, and snippets.

@azakordonets
azakordonets / ghostImageAlignment.html
Created April 15, 2014 20:57
Some code for image alignment in ghost blog editor
<!--To center an image-->
<p align="center">
![alt]()
</p>
<!--To right align an image-->
<p align="right">
![alt]()
</p>
@murtaugh
murtaugh / 1. single-line.html
Last active April 21, 2021 16:23
Blockquote patterns for ALA
<figure class="quote">
<blockquote>It is the unofficial force—the Baker Street irregulars.</blockquote>
</figure>