Skip to content

Commit

Permalink
Subtle one-sided stroke for heading and rubricated drop caps
Browse files Browse the repository at this point in the history
  • Loading branch information
seanami committed May 7, 2012
1 parent 198f521 commit 0650ee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions early-printed-book/styles.css
Expand Up @@ -66,6 +66,7 @@ h1 {

.page h1 {
color: #df0000;
text-shadow: 1px 1px 0 #000507, 0 1px 0 #000507, 1px 0 0 #000507;
}

.page p:first-letter {
Expand All @@ -76,6 +77,7 @@ h1 {
font: normal 400 6em/1 "givry", cursive;
padding-right: 0.1em;
text-align: center;
text-shadow: 1px 1px 0 #000507, 0 1px 0 #000507, 1px 0 0 #000507;
width: 0.75em;
}

Expand Down

0 comments on commit 0650ee8

Please sign in to comment.