Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jul 4, 2020
1 parent 465814e commit 46dbf79
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions www/css/style.css
Expand Up @@ -69,6 +69,23 @@ header h1 {
font-size: 40pt;
}

header #the {
/*writing-mode: sideways-lr;
font-size: 26pt;
text-transform: uppercase;
font-variant: none;
margin-right: -0.2em;*/
}

header #the {
font-variant: small-caps;
text-transform: lowercase;
font-variant-position: super;
font-family: "Times New Roman", serif;
position: relative;
top: -0.2em;
}



/* -- article -- */
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Expand Up @@ -16,7 +16,7 @@

<header>
<div>
<h1>The Big Announcement</h1>
<h1><span id="the">The</span> Big Announcement</h1>
</div>
</header>

Expand Down

0 comments on commit 46dbf79

Please sign in to comment.