From 5edeae8ebeef2c67676a939fe4e05e84479426e3 Mon Sep 17 00:00:00 2001 From: sabarish1827 <122436820+sabarish1827@users.noreply.github.com> Date: Tue, 9 Jan 2024 01:33:20 +0530 Subject: [PATCH] Update 2 styles.css changes supporting the updates in princing section --- css/styles.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 98e61e1..54e7d9f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -30,7 +30,7 @@ p{ .container-fluid{ - padding: 3% 12%; + padding: 3% 12% 9%; } /* navigation bar */ @@ -62,11 +62,16 @@ p{ .title-img{ width: 60%; transform: rotate(25deg); + position: absolute; + right: 30%; } /* Features section */ #features{ padding: 5% 15%; + background-color: #fff; + position: relative; + z-index: 1; } .feature-box{ @@ -109,3 +114,13 @@ p{ width: 10%; margin: 20px 30px 40px; } + +/* pricing section */ +#pricing{ + padding: 100px; + text-align: center; +} + +.pricing-column{ + padding: 3% 2%; +}