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">
|
<input type="button" onclick="location.href='/';" value="Blueheart forever">
|
||||||
</div>
|
</div>
|
||||||
<h1>Thank you for the love, Thank you for the memories. Thank you for everything, Alice</h1>
|
<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">
|
<input type="button" class="memories" onclick="location.href='/memories.html';" value="Memories">
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</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%;
|
width: 50%;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
padding-top: 5vh;
|
padding-top: 5vh;
|
||||||
|
|
Reference in a new issue