diff --git a/README b/README
index 980a0d5..b16c74c 100644
--- a/README
+++ b/README
@@ -1 +1,4 @@
Hello World!
+
+
+hey i am a real world so nice to meet with you!!
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..10f03b5
--- /dev/null
+++ b/index.html
@@ -0,0 +1,19 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+ Hello World
+
+
+
+
+
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..94d7521
--- /dev/null
+++ b/style.css
@@ -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);
+}
\ No newline at end of file