fix: removed trailing spaces, fixed a typo (#37572)

* removed trailing spaces, fixed a typo

* removed trailing spaces from basic-css challenges
This commit is contained in:
Tristan Michael Lawrence
2019-11-10 07:33:10 -05:00
committed by mrugesh
parent 7639306a20
commit 5296d5c731
7 changed files with 17 additions and 17 deletions

View File

@ -108,7 +108,7 @@ tests:
background-color: yellow; background-color: yellow;
padding: 10px; padding: 10px;
} }
.red-box { .red-box {
background-color: crimson; background-color: crimson;
color: #fff; color: #fff;

View File

@ -104,7 +104,7 @@ tests:
background-color: yellow; background-color: yellow;
padding: 10px; padding: 10px;
} }
.red-box { .red-box {
background-color: crimson; background-color: crimson;
color: #fff; color: #fff;

View File

@ -102,9 +102,9 @@ tests:
<h2 class="red-text">CatPhotoApp</h2> <h2 class="red-text">CatPhotoApp</h2>
<main> <main>
<p class="red-text">Click here to view more <a href="#">cat photos</a>.</p> <p class="red-text">Click here to view more <a href="#">cat photos</a>.</p>
<a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a> <a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>
<div> <div>
<p>Things cats love:</p> <p>Things cats love:</p>
<ul> <ul>
@ -119,7 +119,7 @@ tests:
<li>other cats</li> <li>other cats</li>
</ol> </ol>
</div> </div>
<form action="/submit-cat-photo"> <form action="/submit-cat-photo">
<label><input type="radio" name="indoor-outdoor" checked> Indoor</label> <label><input type="radio" name="indoor-outdoor" checked> Indoor</label>
<label><input type="radio" name="indoor-outdoor"> Outdoor</label><br> <label><input type="radio" name="indoor-outdoor"> Outdoor</label><br>

View File

@ -150,9 +150,9 @@ tests:
<h2 class="red-text">CatPhotoApp</h2> <h2 class="red-text">CatPhotoApp</h2>
<main> <main>
<p class="red-text">Click here to view more <a href="#">cat photos</a>.</p> <p class="red-text">Click here to view more <a href="#">cat photos</a>.</p>
<a href="#"><img class="smaller-image thick-green-border" src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a> <a href="#"><img class="smaller-image thick-green-border" src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>
<div class="silver-background"> <div class="silver-background">
<p>Things cats love:</p> <p>Things cats love:</p>
<ul> <ul>
@ -167,7 +167,7 @@ tests:
<li>other cats</li> <li>other cats</li>
</ol> </ol>
</div> </div>
<form action="/submit-cat-photo"> <form action="/submit-cat-photo">
<label><input type="radio" name="indoor-outdoor" checked> Indoor</label> <label><input type="radio" name="indoor-outdoor" checked> Indoor</label>
<label><input type="radio" name="indoor-outdoor"> Outdoor</label><br> <label><input type="radio" name="indoor-outdoor"> Outdoor</label><br>

View File

@ -114,15 +114,15 @@ tests:
h2 { h2 {
font-family: Lobster; font-family: Lobster;
} }
</style> </style>
<h2 class="red-text">CatPhotoApp</h2> <h2 class="red-text">CatPhotoApp</h2>
<main> <main>
<p class="red-text">Click here to view more <a href="#">cat photos</a>.</p> <p class="red-text">Click here to view more <a href="#">cat photos</a>.</p>
<a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a> <a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>
<div> <div>
<p>Things cats love:</p> <p>Things cats love:</p>
<ul> <ul>
@ -137,7 +137,7 @@ tests:
<li>other cats</li> <li>other cats</li>
</ol> </ol>
</div> </div>
<form action="/submit-cat-photo"> <form action="/submit-cat-photo">
<label><input type="radio" name="indoor-outdoor" checked> Indoor</label> <label><input type="radio" name="indoor-outdoor" checked> Indoor</label>
<label><input type="radio" name="indoor-outdoor"> Outdoor</label><br> <label><input type="radio" name="indoor-outdoor"> Outdoor</label><br>

View File

@ -137,9 +137,9 @@ tests:
<h2 class="red-text">CatPhotoApp</h2> <h2 class="red-text">CatPhotoApp</h2>
<main> <main>
<p class="red-text">Click here to view more <a href="#">cat photos</a>.</p> <p class="red-text">Click here to view more <a href="#">cat photos</a>.</p>
<a href="#"><img class="smaller-image thick-green-border" src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a> <a href="#"><img class="smaller-image thick-green-border" src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>
<div> <div>
<p>Things cats love:</p> <p>Things cats love:</p>
<ul> <ul>
@ -154,7 +154,7 @@ tests:
<li>other cats</li> <li>other cats</li>
</ol> </ol>
</div> </div>
<form action="/submit-cat-photo"> <form action="/submit-cat-photo">
<label><input type="radio" name="indoor-outdoor" checked> Indoor</label> <label><input type="radio" name="indoor-outdoor" checked> Indoor</label>
<label><input type="radio" name="indoor-outdoor"> Outdoor</label><br> <label><input type="radio" name="indoor-outdoor"> Outdoor</label><br>

View File

@ -15,7 +15,7 @@ Creating these challenges requires immense creativity and attention to detail. B
With your help, we can design an interactive coding curriculum that will help millions of people learn to code for years to come. With your help, we can design an interactive coding curriculum that will help millions of people learn to code for years to come.
The content for each challenge is stored in its own markdown file. This markdown file is later coverted using our tools, to webpage that you can interact with. You can find all of freeCodeCamp.org's curricular content in the [`/curriculum`](/curriculum) directory. The content for each challenge is stored in its own markdown file. This markdown file is later converted using our tools, to webpage that you can interact with. You can find all of freeCodeCamp.org's curricular content in the [`/curriculum`](/curriculum) directory.
There are two ways you can work on these challenges: There are two ways you can work on these challenges:
@ -321,7 +321,7 @@ Before you [create a pull request](how-to-open-a-pull-request.md) for your chang
``` ```
npm run test -- -g 'the full English title of the challenge' npm run test -- -g 'the full English title of the challenge'
``` ```
Once you have verified that each challenge you've worked on passes the tests, please create a pull request. Once you have verified that each challenge you've worked on passes the tests, please create a pull request.
### Useful Links ### Useful Links