Skip to content

Commit

Permalink
Update styles1.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tanushac authored Mar 15, 2024
1 parent e468343 commit e771466
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions styles1.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,32 @@ html{
font-size: 12px;
}
body{
background-image: url("blue.jpg");
background-size: cover;
background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
}
.main{
text-align: center;
display: flex;
flex-direction: column;
max-width: 40vw;
max-height: 89vh;
gap: 30px;
justify-content: center;
align-items: center;
margin: 20vh auto;
margin: auto;
padding: 30px;
}
h1{
color: #ffffff;
font-family: 'Rowdies', sans-serif;
font-size: 4.2rem;
font-weight: 900;
margin-top: 10px;
text-shadow: 0 7px #000000;
}
button{
border-radius: 10px;
box-shadow: 0 0 10px black;
font-family: Poppins;
font-weight: 900;
color: #0300B2;
color: #6e00b2;
border: none;
font-size: 1.4rem;
width:20vw;
Expand Down

0 comments on commit e771466

Please sign in to comment.