Challenge Hints: Button Design

A list of hints for the challenges in the Button Design lesson.

Last updated - July 12, 2023

Checkpoint

Does your anchor tag have an href=" " in it?

.button {   }

background-color, border, color, text-align, font-weight, text-decoration, border-radius, font-size, width, padding, margin, box-shadow, display, cursor. Which one are you missing?

<a href ="  "class= "  " >

Button Party

Did you declare your three classes?

classname { color: blue   }

Did you style the body tag with a background color and a centered text alignment?

Cursor Crazy

Did you declare 5 different classes?

Did you include a different cursor type in each of your classes?

Did you include a margin and padding element in each of your classes?

Living Buttons

classname {    }

Did you apply your class to three buttons contained within a unique marquee?

For more help with CSS, check out our CSS Cheatsheet!