Some Updated Files

i have updated your files and they are looking ike better than your previous one ... merge this in your repository...
This commit is contained in:
Abdullah 2026-07-31 16:24:41 +05:00
parent 7fd1a60b01
commit 48caa6ea90
3 changed files with 32 additions and 0 deletions

3
README
View File

@ -1 +1,4 @@
Hello World! Hello World!
hey i am a real world so nice to meet with you!!

19
index.html Normal file
View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="mainitem">
<h1>
Hello World
</h1>
</div>
</body>
</html>

10
style.css Normal file
View File

@ -0,0 +1,10 @@
*{
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);
}