Wednesday, 21 April 2021

Exercise 6 (CSS Colors) HTML

CSS of Color Values

Color Values

Red 1

Red 0.9

Red 0.8

Red 0.7

Red 0.6

Red 0.5

Red 0.4

Blue 1

Blue 0.9

Blue 0.8

Blue 0.7

Blue 0.6

Blue 0.5

Blue 0.4

Violet 1

Violet 0.9

Violet 0.8

Violet 0.7

Violet 0.6

Violet 0.5

Violet 0.4

div.red1 { background: rgba(252, 3, 3, 1); margin-left: -20px; margin-bottom: -20px; } div.red2 { background: rgba(252, 3, 3, 0.9); margin-left: -20px; margin-bottom: -20px; } div.red3 { background: rgba(252, 3, 3, 0.8); margin-left: -20px; margin-bottom: -20px; } div.red4 { background: rgba(252, 3, 3, 0.7); margin-left: -20px; margin-bottom: -20px; } div.red5 { background: rgba(252, 3, 3, 0.6); margin-left: -20px; margin-bottom: -20px; } div.red6 { background: rgba(252, 3, 3, 0.5); margin-left: -20px; margin-bottom: -20px; } div.red7 { background: rgba(252, 3, 3, 0.4); margin-left: -20px; margin-bottom: -20px; } div.red8 { background: rgba(252, 3, 3, 0.3); margin-left: -20px; margin-bottom: -20px; } div.red9 { background: rgba(252, 3, 3, 0.2); margin-left: -20px; margin-bottom: -20px; } div.red10 { background: rgba(252, 3, 3, 0.1); margin-left: -20px; margin-bottom: -20px; } div.blue1 { background: rgba(31, 15, 255, 0.2); margin-left: -18px; margin-bottom: -20px; } div.blue2 { background: rgba(31, 15, 255, 0.2); margin-left: -18px; margin-bottom: -20px; } div.blue3 { background: rgba(31, 15, 255, 0.2); margin-left: -18px; margin-bottom: -20px; } div.blue4 { background: rgba(31, 15, 255, 0.2); margin-left: -18px; margin-bottom: -20px; } div.blue5 { background: rgba(31, 15, 255, 0.2); margin-left: -18px; margin-bottom: -20px; } div.blue6 { background: rgba(31, 15, 255, 0.2); margin-left: -18px; margin-bottom: -20px; } div.blue7 { background: rgba(31, 15, 255, 0.2); margin-left: -18px; margin-bottom: -20px; } div.blue8 { background: rgba(31, 15, 255, 0.2); margin-left: -18px; margin-bottom: -20px; } div.blue9 { background: rgba(31, 15, 255, 0.2); margin-left: -18px; margin-bottom: -20px; } div.blue10 { background: rgba(31, 15, 255, 0.1); margin-left: -18px; margin-bottom: -20px; } div.violet1 { background: rgba(195, 0, 255, 1); margin-top: 30px; margin-left: -18px; margin-bottom: -20px; } div.violet2 { background: rgba(195, 0, 255, 0.9); margin-left: -18px; margin-bottom: -20px; } div.violet3 { background: rgba(195, 0, 255, 0.8); margin-left: -18px; margin-bottom: -20px; } div.violet4 { background: rgba(195, 0, 255, 0.7); margin-left: -18px; margin-bottom: -20px; } div.violet5 { background: rgba(195, 0, 255, 0.6); margin-left: -18px; margin-bottom: -20px; } div.violet6 { background: rgba(195, 0, 255, 0.5); margin-left: -18px; margin-bottom: -20px; } div.violet7 { background: rgba(195, 0, 255, 0.4); margin-left: -18px; margin-bottom: -20px; } div.violet8 { background: rgba(195, 0, 255, 0.3); margin-left: -18px; margin-bottom: -20px; } div.violet9 { background: rgba(195, 0, 255, 0.2); margin-left: -18px; margin-bottom: -20px; } div.violet10 { background: rgba(195, 0, 255, 0.1); margin-left: -18px; margin-bottom: -20px; }

No comments:

Post a Comment