How to Add CSS Styling to An Element When Going Over it (on Hover)

Oliver Carmont
2 min readFeb 13, 2021
How Do You Add CSS Styles on Hover? Source: Jamie Street

New to CSS? Not sure how to add styles on hover?

Luckily for you, it’s pretty easy 😄 Here’s how it’s done:

Let’s Make a New Link 🔗

<a class="link">Hover Over Me!</a>

Now, let’s add a few styles to this link:

.link {
color:red…

--

--

Oliver Carmont

UI/UX Designer that produced tech tutorials in Berkeley, CA.