Skip to content

Commit

Permalink
adjust font size, color and stroke
Browse files Browse the repository at this point in the history
  • Loading branch information
leonquenix committed Nov 22, 2023
1 parent f85bc0f commit fba12d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@
justify-content: center;
align-items: center;
height: 100vh;
font-family: Arial, sans-serif;
font-family: cursive, sans-serif;
margin: 0;
background-color: #ffffff; /* Set background color to white */
background-image: url('https://img.freepik.com/vetores-gratis/aquarela-floral-abstrato_52683-134424.jpg'); /* Add your floral background image */
background-repeat: repeat; /* Repeat the background image */
background-size: cover; /* Cover the entire background */
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
color: bisque
}

#counter {
font-size: 2em;
font-size: 3em;
text-align: center;
margin: 10px;
}
Expand Down

0 comments on commit fba12d3

Please sign in to comment.