This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
crux.sexy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add animation to the Discord button
master
Fen Dweller
5 years ago
parent
f5c29bcc4f
commit
581d512839
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
static/sexy.css
+ 6
- 0
static/sexy.css
View File
@@ -342,6 +342,12 @@ a:hover {
#discord-image {
width: 100%;
height: 100%;
transition: 0.2s !important;
}
#discord-image:hover {
transition: 0.2s;
transform: scale(1.25, 1.25);
}
.back-text {
Write
Preview
Loading…
Cancel
Save