mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-18 05:55:35 +00:00
Donation
I spent a lot of work on this, okay? Also removed the reddit icon; The thread was archived anyways. That space in the title was somehow bugging me too.
This commit is contained in:
parent
5c466e71d2
commit
ccf382b072
5 changed files with 23 additions and 2 deletions
16
style.css
16
style.css
|
@ -30,6 +30,22 @@ a{
|
|||
color: #000000;
|
||||
}
|
||||
|
||||
#donate{
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
display: inline;
|
||||
position: relative;
|
||||
}
|
||||
#donate .colorful{
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
transition: 0.5s;
|
||||
}
|
||||
#donate:hover .colorful{
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#gl{
|
||||
width: 60%;
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue