Rename art_temp css class, change art
This commit is contained in:
parent
b38d34c7a7
commit
8786a4b2d8
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
<input type="button" onclick="location.href='/';" value="Blueheart forever">
|
||||
</div>
|
||||
<h1>Thank you for the love, Thank you for the memories. Thank you for everything, Alice</h1>
|
||||
<img class="art_temp" src="img/art/Happy2Months_Darling.png">
|
||||
<img class="art_display" src="img/art/thegays_signed.png">
|
||||
<input type="button" class="memories" onclick="location.href='/memories.html';" value="Memories">
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -22,7 +22,7 @@ body {
|
|||
}
|
||||
|
||||
|
||||
img.art_temp { /* we still need to redo this to the final, thing. */
|
||||
img.art_display { /* ackshually nvm, there's not much art at all so i'm not gonna make the gallery thing */
|
||||
width: 50%;
|
||||
align-self: center;
|
||||
padding-top: 5vh;
|
||||
|
|
Reference in a new issue