From 2153ec3aa8bf5d398a7751739823d15c9a03cf6d Mon Sep 17 00:00:00 2001
From: saqibjvd <70890519+saqibjvd@users.noreply.github.com>
Date: Wed, 25 Jan 2023 01:59:24 +0000
Subject: [PATCH 1/4] added links and button
links and buttons
---
css/style.css | 11 +++++++++++
index.html | 21 +++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/css/style.css b/css/style.css
index 5cb025cef..f741f3899 100755
--- a/css/style.css
+++ b/css/style.css
@@ -16,4 +16,15 @@ body {
* - When using Flexbox, remember the items you want to move around need to be inside a parent container set to 'display: flex'
*/
+h1{
+ text-align: center;
+}
+
+h2{
+ text-align: center;
+}
+.container {
+ text-align: center;
+ align-items: center;
+}
\ No newline at end of file
diff --git a/index.html b/index.html
index 3e742ef04..3929c8c1b 100755
--- a/index.html
+++ b/index.html
@@ -14,6 +14,27 @@
+
+
+