-
Notifications
You must be signed in to change notification settings - Fork 0
add pretty stuff #1
Copy link
Copy link
Open
Description
for example, btn hue-shifting and blur?
p {
-webkit-filter: blur(2px) grayscale(.5) opacity(0.8);
}
/* hue-shift on brand-primary colored elements */
.btn:hover {
-webkit-filter: hue-rotate(360deg);
-webkit-transition: all 10s linear;
-moz-transition: all 10s linear;
-o-transition: all 10s linear;
-ms-transition: all 10s linear;
transition: all 10s linear;
}or the parallax squares on the sides of this devblog.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels