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:
@@ -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;
|
||||
}
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
### 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
|
||||
|
Reference in New Issue
Block a user