add new quote and heading
This commit is contained in:
parent
a98ffca38f
commit
a553ade3b0
|
@ -22,15 +22,27 @@
|
|||
margin-top: 2em;
|
||||
}
|
||||
.quotes {
|
||||
color: #555;
|
||||
|
||||
padding: 2rem;
|
||||
font-size: 1.25rem;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
justify-content: space-around;
|
||||
justify-content: space-between;
|
||||
line-height: 1.5;
|
||||
gap: 4rem;
|
||||
gap: 2em;
|
||||
font-family: monospace;
|
||||
.heading {
|
||||
font-weight: 700;
|
||||
font-family: initial;
|
||||
}
|
||||
}
|
||||
.quotes-container {
|
||||
color: #555;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
justify-content: space-around;
|
||||
flex-grow: 1;
|
||||
gap: 3rem;
|
||||
}
|
||||
|
||||
#summary .container {
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
</dl>
|
||||
</article>
|
||||
<div class="quotes">
|
||||
<h2 class="heading">things people have said to me</h2>
|
||||
<div class="quotes-container">
|
||||
<blockquote>
|
||||
<p>it's scary how much you know.</p>
|
||||
</blockquote>
|
||||
|
@ -29,6 +31,10 @@
|
|||
<blockquote style="text-align: center">
|
||||
<p>VERY MUCH not garbage [...] a worthwhile human</p>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
<p>honestly, i trust your judgement more than i trust my own.</p>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue