FreeCodeCampChina / FreeCodeCampChina/freecodecamp.cn
这个为什么不能过去呢
Open
- Dominant language
- CSS
- Stars
- 37.8k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
My code:
```html
.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%;
}
.green-background {
background-color: gray;
}
.smaller-image {
width: 100px;
}
CatPhotoApp
Click here for 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
```
Contributor guide
Assessment
This issue has not been assessed yet.
