From e91f3257b2790c61962c7d8516d76947c7535442 Mon Sep 17 00:00:00 2001 From: Pranjal <74787562+pranjal698@users.noreply.github.com> Date: Sat, 15 May 2021 18:35:59 +0530 Subject: [PATCH 1/2] All problems solved in index.html file by pranjal698. --- index.html | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index c8ca2c8..d18972d 100755 --- a/index.html +++ b/index.html @@ -96,7 +96,7 @@
-
+

We Discover, Design & Build Digital
Presence of Businesses

Explore @@ -121,9 +121,10 @@

We Discover, Design & Build Digital
Pre
-

We are helping to grow
your business.

-

A digital studio specialising in User Experience & eCommerce, we combine innovation with - digital craftsmanship to help brands fulfill their potential.

+

+ We are helping to grow
your business. +

+

A digital studio specialising in User Experience & eCommerce, we combine innovation with digital craftsmanship to help brands fulfill their potential.

More About Us
@@ -136,8 +137,7 @@

We are helping to grow

What we do

-

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia con- sequuntur - magni dolores

+

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia con- sequuntur magni dolores

@@ -146,8 +146,7 @@

What we do

Meet our team

-

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia con- sequuntur - magni dolores

+

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia con- sequuntur magni dolores

@@ -447,7 +446,7 @@

Best Pricing

-
+

Basic

@@ -534,21 +533,21 @@

Our Skill

Strategy & Analysis 88%
-
+
-
Eeconomic growth 95%
+
Economic growth 95%
-
+
-
Achieves goals 70%
+
Achieved goals 70%
-
+
@@ -909,4 +908,4 @@

Contact Us

- \ No newline at end of file + From a11b3ec1a2f9d80c0a971e60a0dcbbe790869c46 Mon Sep 17 00:00:00 2001 From: Pranjal <74787562+pranjal698@users.noreply.github.com> Date: Sat, 15 May 2021 18:37:56 +0530 Subject: [PATCH 2/2] All Problem Solved in main.css file by pranjal698. --- assets/css/main.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 15532f3..826b1c2 100755 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -73,7 +73,7 @@ a:not([href]):not([tabindex]) { } .section-header p { - text: center; + text-align: center; font-weight: 400; line-height: 26px; } @@ -328,7 +328,7 @@ hr { display: table; padding-left: 140px; /* SOMETHING CHANGED */ - text-align: right; + /* text-align: right; */ } .text-wrapper>div { @@ -1148,7 +1148,7 @@ hr { color: #222222; position: relative; /* SOMETHING CHANGED */ - text-align: left; + /* text-align: left; */ font-weight: 700; padding: 30px 0; border-bottom: 1px solid #f1f1f1; @@ -1167,7 +1167,8 @@ hr { #pricing .table .description { /* SOMETHING CHANGED */ - text-align: right; + /* text-align: right; */ + text-align: center; padding: 0px 50px; margin-bottom: 20px; } @@ -1939,4 +1940,4 @@ textarea { .copyright p a:hover { color: #3d60f4; -} \ No newline at end of file +}