From the course: CSS Essential Training

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Project: Button styles

Project: Button styles

- [Instructor] In this project update, we'll style the links in the project description. These types of links are commonly referred to as a call to action or CTA for short because they prompt visitors to take an action, like click here or subscribe. We'll add button like styling to make them stand out. Here's what they look like in the final version. A background color and rounded corners have been added. Various textiles have also been added, and we're also gonna add some interactivity by changing the colors on hover. Let's go to the editor and update the HTML. Project items with multiple CTAs are contained in a list. I'm currently using one in my first project. If you're using a list as well, let's start by reusing the list reset class to remove the bullets and the default margin and padding. We'll add that class to the UL tag. List-reset. Save the file, And now we see that the default styles have been removed. For…

Contents