Skip to content

Commit 67a7b8b

Browse files
Update Colors-and-Backgrounds.md
1 parent db54169 commit 67a7b8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/CSS/css-basics/Colors-and-Backgrounds.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ The color property sets the color of the text. Colors can be defined using vario
88

99
Hex - Codes :
1010

11-
![HexCode](https://tse4.mm.bing.net/th?id=OIP.9ipFzqjVN-PlJKwrpuAiuQHaFM&pid=Api&P=0&h=180)
11+
<img src="https://tse4.mm.bing.net/th?id=OIP.9ipFzqjVN-PlJKwrpuAiuQHaFM&pid=Api&P=0&h=180" alt="HexCode" height="200cm" width="200cm"/>
1212

1313
RGB (Red-Green-Blue):
1414

15-
<img src="https://tse4.mm.bing.net/th?id=OIP.zBlyNAyf8fFyqp7_vdv2mgHaCx&pid=Api&P=0&h=180" alt="RGB" height="500" width="400"/>
15+
<img src="https://tse4.mm.bing.net/th?id=OIP.zBlyNAyf8fFyqp7_vdv2mgHaCx&pid=Api&P=0&h=180" alt="RGB"/>
1616

1717
HSL (Hue-Saturation-Lightness):
1818

19-
<img src="https://giggster.com/guide/static/fed42130c194b0c240a4ec10408adf97/8282f/hsl-cover-2.png" alt="HSL" height="200" width="200"/>
19+
<img src="https://giggster.com/guide/static/fed42130c194b0c240a4ec10408adf97/8282f/hsl-cover-2.png" alt="HSL"/>
2020

2121
```css
2222
/* Named color */

0 commit comments

Comments
 (0)