Corrected capitalization, corrected to American spellings and typos (#30685)

* Translate challenge subtitles and example challenge text to Spanish

* Corrected errors in syntax and punctuation

* Multiple corrections of it/s to its plus other grammar corrections

* Correction and added paragraph to CSS Flex article

* Corrected my own typo

* Corrected capitalization, American spellings and typos
This commit is contained in:
S.Hale
2018-11-07 15:34:13 +00:00
committed by Paul Gamble
parent 624f328f29
commit 3920b7c4ce
119 changed files with 551 additions and 536 deletions

View File

@@ -8,7 +8,7 @@ With CSS3 you can create two types of shadows: `text-shadow` (adds shadow to tex
### CSS3 Text Shadow
The `text-shadow` property can take up to four values:
* the horizontal shadow
* the vertical shadow
* the vertical shadow
* the blur effect
* the color
@@ -39,14 +39,14 @@ h1 {
text-shadow: 0 0 3px #F10D58, 0 0 7px #4578D5;
}
```
![Multiple shadows examaple with white text](https://raw.githubusercontent.com/nawnaw7/FCC-guides-CSS3-shadows-images/master/CSS3%20Shadow%20Effects%20Images/text-shadow3.png)
![Multiple shadows example with white text](https://raw.githubusercontent.com/nawnaw7/FCC-guides-CSS3-shadows-images/master/CSS3%20Shadow%20Effects%20Images/text-shadow3.png)
### CSS3 Box Shadow
The `box-shadow` property can take up to six values:
* (optional) the `inset` keyword (changes the shadow to one inside the frame)
* the horizontal shadow
* the vertical shadow
* the vertical shadow
* the blur effect
* the spreading
* the color