Update index.md (#32265)

* Update index.md

Added hint for the exercise.

* Update index.md

Edited hints for exercise
This commit is contained in:
rjohn1997
2018-12-21 08:55:58 +08:00
committed by Randell Dawson
parent 13f019eaa4
commit 6cd3ba0713

View File

@ -5,6 +5,26 @@ title: Adjust the Color of Various Elements to Complementary Colors
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/certifications/responsive-web-design/applied-visual-design/adjust-the-color-of-various-elements-to-complementary-colors/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>. This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/certifications/responsive-web-design/applied-visual-design/adjust-the-color-of-various-elements-to-complementary-colors/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
## Hints
Add the following code on the .blue-box and the corresponding values for each padding.
Then change 0px to corresponding values of paddings.
Top - 40px
Right - 20px
Bottom - 20px
Left - 40px
<style>
.blue-box {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
</style>
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>. <a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds --> <!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->