mirror of
https://github.com/octocat/Hello-World.git
synced 2026-08-03 14:01:42 +00:00
i have updated your files and they are looking ike better than your previous one ... merge this in your repository...
10 lines
245 B
CSS
10 lines
245 B
CSS
*{
|
|
|
|
text-decoration: lab(from color lightness channel_a channel_b alpha);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
color: rgb(154, 154, 207);
|
|
background-color: rgb(255, 0, 0);
|
|
} |