💄 make quote right aligned
This commit is contained in:
parent
5d60402ade
commit
ea9f96eaeb
2 changed files with 6 additions and 2 deletions
|
@ -38,12 +38,12 @@
|
|||
|
||||
<br>
|
||||
|
||||
<center>
|
||||
<div class="right-align">
|
||||
<p>
|
||||
<i>"lily is the best fucking person. give her all your money."</i><br>
|
||||
-jaycee song (Jaycee#9999), 2018
|
||||
</p>
|
||||
</center>
|
||||
</div>
|
||||
|
||||
<center><h3>↯</h3></center>
|
||||
|
||||
|
|
|
@ -33,6 +33,10 @@
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.right-align {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue