Skip to content

Commit

Permalink
Merge pull request #1284 from Sudhanshu248/main
Browse files Browse the repository at this point in the history
Enhance the text-visibility of  Contact Us, About Us Page.
  • Loading branch information
SurajPratap10 authored Oct 21, 2024
2 parents c66bffd + df75b7d commit 5d408c1
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ a{
transform: scale(1.05);
text-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff; /* Electric blue glow on hover */
}
}


.dashboard h3,
.dashboard h4 {
Expand Down Expand Up @@ -562,7 +562,7 @@ button,
transition: 0.5s;
background-color: rgba(30, 30, 30, 0.8); /* Dark background for flow effect */
}
}


.btn:hover {
background-color: rgba(50, 0, 255, 0.6); /* Deep purple on hover */
Expand Down Expand Up @@ -1808,6 +1808,7 @@ form {
}

.about-description {
color: white;
font-size: 18px;
line-height: 1.6;
margin-bottom: 20px;
Expand Down Expand Up @@ -6987,6 +6988,8 @@ span {
}

.contact-top h3 {
color: white;
font-size: 18px;
padding-bottom: 20px;
}

Expand Down Expand Up @@ -10400,6 +10403,7 @@ span {
}

.contact-top-text {
color: white;
width: 60% !important;
}

Expand Down Expand Up @@ -10863,11 +10867,17 @@ form {
}

.about-description {
color: white;
font-size: 18px;
line-height: 1.6;
margin-bottom: 20px;
}

.feature h2{
color: white;
font-size: 18px;
}

.about .about-us-logo {
width: 400px;
}
Expand Down Expand Up @@ -10898,10 +10908,17 @@ form {
}

.headline {
font-size: 34px;
color: #ffffff;
margin-top: 100px;
}

.headline:hover{
text-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff; /* Electric blue glow on hover */
transform: scale(1.05);

}

.header {
color: #fff;
text-align: center;
Expand Down

0 comments on commit 5d408c1

Please sign in to comment.