Skip to content

add pretty stuff #1

Description

@7yl4r

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions