💄 make quote right aligned

This commit is contained in:
lily 2019-05-16 14:38:01 -05:00
parent 5d60402ade
commit ea9f96eaeb
2 changed files with 6 additions and 2 deletions

View File

@ -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>&#8623;</h3></center>

View File

@ -33,6 +33,10 @@
box-sizing: border-box;
}
.right-align {
text-align: right;
}
html, body {
margin: 0;
padding: 0;