Skip to content

Commit

Permalink
thori aur changes styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
BurhanCantCode authored Mar 12, 2024
1 parent f86425d commit aea6677
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,15 @@ h1 {
margin-top: 0.2em;
font-weight: 700;
color: #172b4d;
letter-spacing: 10px;
letter-spacing: 1px;
User-select:none;
}

p {
font-family: 'Montserrat', sans-serif;
font-size: 1.2em; /* Font size for paragraph */
font-weight: 400;
color: var(--dark-blue);
font-weight: 1000;
color: #00a0bf;
line-height: 1.8;
User-select:none;
}
Expand Down

0 comments on commit aea6677

Please sign in to comment.