mirror of
https://github.com/ClayGarth/claygarth.github.io.git
synced 2025-07-07 16:08:43 -04:00
Update style.css
This commit is contained in:
parent
5ff0dd7e78
commit
e2b4b4bfb7
1 changed files with 16 additions and 0 deletions
16
style.css
16
style.css
|
@ -106,9 +106,25 @@ a:visited {
|
|||
/* mouse over link */
|
||||
a:hover {
|
||||
color: darkgrey;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
.litecoin:hover:after {
|
||||
content: url(https://gaming.claytonia.net/assets/images/litecoinQR.png); /* no need for qoutes */
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 123px; /* change this value to one that suits you */
|
||||
top: 56px; /* change this value to one that suits you */
|
||||
}
|
||||
.bitcoin:hover:after {
|
||||
content: url(https://gaming.claytonia.net/assets/images/bitcoinQR.png); /* no need for qoutes */
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 123px; /* change this value to one that suits you */
|
||||
top: 56px; /* change this value to one that suits you */
|
||||
}
|
||||
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue