@ieahleen thank you for the feedback, you are right, should’ve used the colon instead of the equals sign after margin. Here’s the entire code:
[type=‘checkbox’] {
margin: 10px 0px 15px 0px;
}
.red-text {
color: red;
}
h2 {
font-family: Lobster, monospace;
}
p {
font-size: 16px;
font-family: monospace;
}
.thick-green-border {
border-color: green;
border-width: 10px;
border-style: solid;
border-radius: 50%;
}
.smaller-image {
width: 100px;
}
.silver-background {
background-color: silver;
}
CatPhotoApp
Click here to view more cat photos.

Things cats love:
- cat nip
- laser pointers
- lasagna
Top 3 things cats hate:
- flea treatment
- thunder
- other cats
Indoor
Outdoor
Loving
Lazy
Energetic
Submit
Challenge link: https://www.freecodecamp.org/learn/responsive-web-design/basic-css/use-attribute-selectors-to-style-elements
Thank you for the assist, I appreciate it:)