Skip to content

Commit

Permalink
minor changes in styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
BurhanCantCode authored Mar 12, 2024
1 parent 91f1832 commit 556ba80
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ img {
height: auto;
border-radius: 50%;
transition: all 0.3s ease;
User-select:none;
}

img:hover {
Expand All @@ -69,17 +70,20 @@ img:hover {
h1 {
font-family: 'Montserrat', sans-serif;
font-size: 3em;
margin-bottom: 0.5em;
margin-bottom: 0.2em;
margin-top: 0.2em;
font-weight: 700;
color: var(--dark-blue);
letter-spacing: 1px;
color: #172b4d;
letter-spacing: 10px;
User-select:none;
}

p {
font-size: 1.2em; /* Font size for paragraph */
font-weight: 400;
color: var(--dark-blue);
line-height: 1.8;
User-select:none;
}

.background-text {
Expand All @@ -101,6 +105,7 @@ p {
letter-spacing: 2px;
z-index: 1;
animation: spam 10s infinite;
User-select:none;
}

.background-text span {
Expand Down

0 comments on commit 556ba80

Please sign in to comment.