Final styling
Lesson 8 of 8 in Coddy's CSS Project - Fancy Button course.
Well done, you created a fully customized fancy button!
Lastly, we want to modify the cursor that is hovering over our button using,
.fancyButton {
...
cursor: pointer;
}Challenge
EasyAdd pointer curser when hovering over the button and any final styling you want.
Once ready, run the code and finish the project!
You can reveal the solution after to see how our button looks :)
Try it yourself
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
</body>
</html>