diff --git a/about.html b/about.html index cc885ec..4dc014f 100644 --- a/about.html +++ b/about.html @@ -68,80 +68,76 @@
-
- About 1 -
+ About 1
-
-
-
-

Who Are We?

-

- We help people to build incredible brands and superior - products. Our perspective is to furnish outstanding - captivating services. -

-

- We are a fast-growing company, but we have never lost - sight of our core values. We believe in collaboration, - innovation, and customer satisfaction. We are always - looking for new ways to improve our products and services. -

-
-
-
-
- - - -
-
-

Versatile Brand

-

- We are crafting a digital method that subsists - life across all mediums. -

-
+
+
+

Who Are We?

+

+ We help people to build incredible brands and superior + products. Our perspective is to furnish outstanding + captivating services. +

+

+ We are a fast-growing company, but we have never lost sight + of our core values. We believe in collaboration, innovation, + and customer satisfaction. We are always looking for new + ways to improve our products and services. +

+
+
+
+
+ + + +
+
+

Versatile Brand

+

+ We are crafting a digital method that subsists life + across all mediums. +

-
-
-
- - - -
-
-

Digital Agency

-

- We believe in innovation by merging primary with - elaborate ideas. -

-
+
+
+
+
+ + + +
+
+

Digital Agency

+

+ We believe in innovation by merging primary with + elaborate ideas. +

diff --git a/assets/css/style.css b/assets/css/style.css index c5bcc47..bb97135 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -855,20 +855,12 @@ nav .nav_buttons { display: block; margin-top: 10px; } -.content-box { - color: rgb(160, 160, 160); - background-color: white; +.row { + color: rgb(75, 73, 73); + background-color: #f5f5dc; /*Beige color */ padding: 1em; border-radius: 10px; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); - margin-left: 3em; -} - -.second-content-box { - padding: 1.5em 0; -} -.content-box img { - max-width: 100%; /* Ensure the image fits within the box */ + font-weight: 700; } /* You can further style the .content-box class as needed */