New quote style for 'now's. New 'now'
This commit is contained in:
parent
0aa0c7db9f
commit
74ae74242c
2 changed files with 26 additions and 0 deletions
6
now.css
6
now.css
|
@ -37,6 +37,12 @@ div.now {
|
||||||
.now p {
|
.now p {
|
||||||
margin: 10px 20px;
|
margin: 10px 20px;
|
||||||
}
|
}
|
||||||
|
.now q {
|
||||||
|
display: block;
|
||||||
|
font-family: "syne", monospace;
|
||||||
|
width: 80%;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
.now audio,
|
.now audio,
|
||||||
.thread audio {
|
.thread audio {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
20
now.html
20
now.html
|
@ -137,6 +137,26 @@
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
<main id="main">
|
<main id="main">
|
||||||
|
<section class="now">
|
||||||
|
<hgroup>
|
||||||
|
<h1>Consistency is Easy</h1>
|
||||||
|
<h2>Thinking About it Is When You Make Excuses</h2>
|
||||||
|
<h3>2025-03-05T20:00Z</h3>
|
||||||
|
</hgroup>
|
||||||
|
<p>
|
||||||
|
Just doing the thing to maintain a habit is actually easy and simple,
|
||||||
|
after you're done doing it and you think back on it.
|
||||||
|
</p>
|
||||||
|
<q>
|
||||||
|
Get out of bed before you can think about it. Otherwise you'll make
|
||||||
|
excuses.
|
||||||
|
</q>
|
||||||
|
<p>
|
||||||
|
Honestly really good advice that works well for me. (I use it for other habits too). It took a few
|
||||||
|
years before I heeded it though.
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section class="now">
|
<section class="now">
|
||||||
<hgroup>
|
<hgroup>
|
||||||
<h1>Return of the Hyperfixation</h1>
|
<h1>Return of the Hyperfixation</h1>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue