Skip to content

Instantly share code, notes, and snippets.

@hamstu
Created March 4, 2013 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hamstu/5079102 to your computer and use it in GitHub Desktop.
Save hamstu/5079102 to your computer and use it in GitHub Desktop.
Design Test for Verses
/**
* Design Test for Verses
*/
@import url(http://fonts.googleapis.com/css?family=PT+Serif);
body {
background: #f3f3f3;
font-family: PT Serif, serif;
color: #333;
font-size: 100%;
}
h1.post-title {
font-size: 1.2em;
text-align: center;
}
<div class="content">
<h1 class="verse-title">The Rock of our Redeemer</h1>
<div class="verse-content">
<p>And now, my sons, remember, remember that it is upon therock of our Redeemer, who is Christ, the Son of God, that ye must build your foundation; that when the devil shall send forth his mighty winds, yea, his shafts in the whirlwind, yea, when all his hail and his mighty storm shall beat upon you, it shall have no power over you to drag you down to the gulf of misery and endless wo, because of the rock upon which ye are built, which is a sure foundation, a foundation whereon if men build they cannot fall.</p>
</div>
</div>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment