diff --git a/css/style.css b/css/style.css
new file mode 100644
index 0000000..c4f5ba4
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,10 @@
+/* Poppins font url */
+@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
+
+*{
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ font-family: 'Poppins', sans-serif;
+}
+
diff --git a/index.html b/index.html
index e69de29..9894f3c 100644
--- a/index.html
+++ b/index.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+ Mahib Abrar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hello, I'm Mahib Abrar
+
I'm a web developer
+
+
+
+
\ No newline at end of file
diff --git a/oembed.json b/oembed.json
new file mode 100644
index 0000000..4c10059
--- /dev/null
+++ b/oembed.json
@@ -0,0 +1,13 @@
+{
+ "version": "1.0",
+ "type": "rich",
+ "title": "Mahib Abrar",
+ "author_name": "Mahib Abrar",
+ "author_url": "https://github.com/MahibAbrar222",
+ "thumbnail_url": "",
+ "thumbnail_width": 480,
+ "thumbnail_height": 360,
+ "html": "",
+ "width": 640,
+ "height": 480
+}
\ No newline at end of file