From cbe6896348438261d497accf3eda2ce1bf7f6df7 Mon Sep 17 00:00:00 2001 From: Ridhima10 Date: Mon, 13 May 2024 22:17:29 +0530 Subject: [PATCH] Added about page --- about.html | 262 +++++++++++++++++++++++++++++++++++++++++++++++++++++ styles.css | 12 ++- 2 files changed, 273 insertions(+), 1 deletion(-) create mode 100644 about.html diff --git a/about.html b/about.html new file mode 100644 index 0000000..6060911 --- /dev/null +++ b/about.html @@ -0,0 +1,262 @@ + + + + + + + Chrome Gaming | Home + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ +
+
+
+ +

+ Welcome to Chrome Gaming +

+

+ A Chrome gaming community page is an online space within the Chrome browser where gamers connect, discuss games, share content, get updates, troubleshoot issues, join events, and interact with developers. It's a hub for all things gaming-related in the Chrome ecosystem. +

+
+
+
+ +
+ +
+
+ + + + +
+ + + + + + + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + diff --git a/styles.css b/styles.css index ad24220..6751677 100644 --- a/styles.css +++ b/styles.css @@ -272,7 +272,17 @@ h2, h3 { color: white; } - +/* About page */ +/* About page */ +.container-fluid,.row { + --mdb-gutter-x: 0; +} +.para{ + font-size: larger; +} +.heading{ + color: #029fcb; +} /* Styling for footer. */ .footer .footer-row { display: flex;