centering that splash glyph...
This commit is contained in:
parent
66d00b094e
commit
df17120744
@ -12,6 +12,12 @@ table > img {
|
||||
width: 50%;
|
||||
height: 50%;
|
||||
}
|
||||
.hero-example {
|
||||
width: 60%;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.example-glyph {
|
||||
width: 20%;
|
||||
display: block;
|
||||
@ -31,7 +37,7 @@ table > img {
|
||||
</style>
|
||||
<h3>An introduction to Circle Script (Version... 3?)</h3>
|
||||
<p>Circle script is a writing system that I made up. The fundamental gimmick of it is that words and sentences in it form circles.</p>
|
||||
<img src="splash-example.svg" alt="A large glyph composed of nested circles." />
|
||||
<img src="splash-example.svg" alt="A large glyph composed of nested circles." class="hero-example" />
|
||||
<p>It's largely decorative, has vague intentions at being phonetic, and I like using it in art! The other primary use case is writing cute notes to people I like.</p>
|
||||
<h4>Here's the overview of how to read circle script:</h5>
|
||||
<p>To read circle script, you start at whatever spot is marked with a little line segment outside the circle, parallel to it. If that's not present, you can usually start at the bottom. Walk around the circle widdershins (counterclockwise) and decode each shape and glyph you encounter, turning them into sounds.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user