Skip to content

Commit

Permalink
enhancement of home page
Browse files Browse the repository at this point in the history
  • Loading branch information
AshmitaBarthwal committed Jul 28, 2024
1 parent e22e86b commit 6c42aa2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions css/sec2.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,21 @@
}

.s2text {
/* border: 1px solid green; */
width: 35rem;
padding: 1rem;
/* margin: 0 3vw; */
background: rgba(255, 255, 255, 0.1); /* Semi-transparent background */
border-radius: 15px; /* Rounded corners */
border: 1px solid rgba(255, 255, 255, 0.2); /* Semi-transparent border */
backdrop-filter: blur(10px); /* Blur effect */
-webkit-backdrop-filter: blur(10px); /* Blur effect for Safari */
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), /* Shadow for depth */
0 1px 3px rgba(0, 0, 0, 0.1);
color: --element-color; /* Black text color for contrast */
background-image: linear-gradient(to right, rgba(135, 206, 235, 0.2), rgba(148, 0, 211, 0.2)); /* Gradient background with sky blue and bright purple */
border-image: linear-gradient(to right, skyblue, violet) 1; /* Gradient border with sky blue and bright purple */
}


/* .div{
margin: 1.3vw 0;
font-family: 'Poppins';
Expand Down

0 comments on commit 6c42aa2

Please sign in to comment.