Skip to content

Commit

Permalink
wrote apt comments
Browse files Browse the repository at this point in the history
  • Loading branch information
payallenka committed Oct 10, 2024
1 parent ba3aa50 commit 245bba4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
body {
margin: 0;
padding: 0;
background: linear-gradient(135deg, #000000, #1a1a4b, black); /* Black, Dark Blue, Neon Pink */
background: linear-gradient(135deg, #000000, #1a1a4b, black); /* Black, Dark Blue, Black*/
color: white;
height: 100vh;
font-family: "Roboto", sans-serif;
Expand Down Expand Up @@ -34,7 +34,7 @@ h1, h2, h3 {

.header {
text-align: center;
background: linear-gradient(135deg, #000000, #1a1a4b, black); /* Black, Dark Blue, Neon Pink */
background: linear-gradient(135deg, #000000, #1a1a4b, black); /* Black, Dark Blue, , Black */
color: white;
padding: 1.2rem;
font-family: "Roboto", sans-serif;
Expand Down Expand Up @@ -366,7 +366,7 @@ p.tagline.dark-mode{

/* Why Us Section */
.why-us {
background: linear-gradient(135deg, #000000, #1a1a4b, black); /* Black, Dark Blue, Neon Pink */
background: linear-gradient(135deg, #000000, #1a1a4b, black); /* Black, Dark Blue, Black */
padding: 2rem 1rem;
border-radius: 15px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
Expand Down Expand Up @@ -443,7 +443,7 @@ p.tagline.dark-mode{
width: auto;
margin: 0 auto;

background: linear-gradient(135deg, #000000, #1a1a4b, black); /* Black, Dark Blue, Neon Pink */
background: linear-gradient(135deg, #000000, #1a1a4b, black); /* Black, Dark Blue, Black */
position: relative;
border: 1px solid #2E073F;
padding-top: 60px; /* Adjust according to your navbar height */
Expand All @@ -457,7 +457,7 @@ p.tagline.dark-mode{
cursor: pointer;
height: 56px;
padding-top:1px;
background: linear-gradient(135deg, #000000, #1a1a4b); /* Black, Dark Blue, Neon Pink */;
background: linear-gradient(135deg, #000000, #1a1a4b); /* Black, Dark Blue, Black */;
border-bottom: 1px solid #2E073F;

}
Expand Down

0 comments on commit 245bba4

Please sign in to comment.