Skip to content

Rotating the arrow icon using css #1

Description

@qs-ashish05

When I was following the video, I encountered unexpected behavior: I was unable to rotate the arrow icon (which is located on the left side of the "Email me" anchor/link).

.link-arrow { color: var(--color-link); transform: rotate(-45deg); }

This code didn't work for me, so I tried a different CSS selector:

.links-container i{ color: var(--color-link); transform: rotate(-45deg); }

Now it works for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions