Skip to content

Commit

Permalink
Resolve Text-transform Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekBoii committed Oct 1, 2023
1 parent b4cbd2e commit af5c119
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,12 @@ body {
.item h6 {
font-size: 2rem;
}
.item p{
text-transform: lowercase;
}
.item p::first-letter{
text-transform: uppercase;
}
.item:hover h6,
.item:hover p {
color: #2b6777;
Expand Down Expand Up @@ -970,6 +976,7 @@ footer {
width: fit-content;
border-bottom: 1px solid #ccc;
margin: 20px 0;
text-transform: lowercase;
}

ul li {
Expand Down

0 comments on commit af5c119

Please sign in to comment.