From 71aafe46a43d6acc4a959603e816ec77d031d0a6 Mon Sep 17 00:00:00 2001 From: Arpit Date: Fri, 2 Jun 2023 00:50:38 +0530 Subject: [PATCH] #26 Created Go Premium Page --- gopremium.css | 50 +++++ gopremium.html | 516 +++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 4 +- navbar.css | 2 - 4 files changed, 568 insertions(+), 4 deletions(-) create mode 100644 gopremium.css create mode 100644 gopremium.html diff --git a/gopremium.css b/gopremium.css new file mode 100644 index 0000000..f2d0aa3 --- /dev/null +++ b/gopremium.css @@ -0,0 +1,50 @@ +.premium-main{ + margin-left: 230px; + text-align: center; + display: flex; + flex-direction: column; + align-items: center; +} +.premium-main *{ + font-family: poppins,arial; +} +.premium-title{ + color:#025C63; + font-family: poppins; + font-weight: bolder; + letter-spacing: 1px; +} +.golden-title{ + background-image:linear-gradient(to right,#A67C00,#FFBF00,#A67C00); + background-clip: inherit; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} +.features-main{ + display: flex; + gap:20px +} +.features-card{ + height: 425px; + width: 220px; + border-radius: 20px; + background-image:linear-gradient(to right,#f2f2f2,#ffffff); + padding:30px +} +.price{ + color:#025C63; + font-weight: 900; + font-size: 40px; +} +.features-list *{ + text-align: left; + font-size:17px; + margin:3px; +} +.features-card button{ + height: 40px; + width: 170px; + border-radius: 5px; + border:#025C63 solid 2px; + margin:10px +} \ No newline at end of file diff --git a/gopremium.html b/gopremium.html new file mode 100644 index 0000000..b573140 --- /dev/null +++ b/gopremium.html @@ -0,0 +1,516 @@ + + + + + Propoplex: Your Freelancing Partner + + + + + + + + + + + +
+

+ Upgrade to Propoplex Premium for + Exclusive Benefits! +

+
+
+

Free

+
$ 0
+
+
+
+ + + + + + + + + + Generate Attractive Proposals +
+
+ + + + + + + + + + Support +
+
+ + + + + + + + + + Blog Reading +
+
+ + + + + + Integrating With Freelancing Sites +
+
+ + + + + + Ad-Free Experience +
+
+ + + + + + + Generate Proposal From Samples +
+
+ +
+
+

Premium

+
$ 5
+
+
+
+ + + + + + + + + + Generate Attractive Proposals +
+
+ + + + + + + + + + Support +
+
+ + + + + + + + + + Blog Reading +
+
+ + + + + + + + + + Integrating With Freelancing Sites +
+
+ + + + + + + + + + Ad-Free Experience +
+
+ + + + + + + + + + + Generate Proposal From Samples +
+
+ +
+
+
+ + + + diff --git a/index.html b/index.html index be02055..0422325 100644 --- a/index.html +++ b/index.html @@ -31,9 +31,9 @@

About Request New Tool Login - + Settings Get Help Logout diff --git a/navbar.css b/navbar.css index 49bf0e1..b0d823d 100644 --- a/navbar.css +++ b/navbar.css @@ -45,8 +45,6 @@ color: #fff; display: block; margin: auto; - margin-top: 20px; - margin-left: 20px; transition: background-color 0.3s ease; }