FreeCodeCampChina / FreeCodeCampChina/freecodecamp.cn

这个为什么不能过去呢

Open
#651 0 comments 0 reactions 0 assignees View on GitHub
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.

A cute orange cat lying on its back


Things cats love:



  • cat nip

  • laser pointers

  • lasagna


Top 3 things cats hate:



  1. flea treatment

  2. thunder

  3. other cats


Indoor
Outdoor
Loving
Lazy
Energetic

Submit

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.