Hello-World/style.css
Abdullah 48caa6ea90 Some Updated Files
i have updated your files and they are looking ike better than your previous one ... merge this in your repository...
2026-07-31 16:24:41 +05:00

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);
}