Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnite authored Mar 23, 2023
1 parent 2491d40 commit 0355d51
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
body {
font: 'Raleway', sans-serif;
color: rgba(0,0,0,.5);
text-align: center;
text-transform: uppercase;
letter-spacing: .5em;
top: 15%;
color: rgba(0,0,0,.5);
text-align: center;
text-transform: uppercase;
letter-spacing: .5em;
top: 15%;
background: linear-gradient(to right, red , yellow); /* Standard syntax */
}

h1 {
font: 600 3.5em 'Raleway', sans-serif;
color: rgba(0,0,0,.5);
text-align: center;
text-transform: uppercase;
letter-spacing: .5em;
width: 100%;
font: 600 3.5em 'Raleway', sans-serif;
color: rgba(0,0,0,.5);
text-align: center;
text-transform: uppercase;
letter-spacing: .5em;
width: 100%;
}

.random {
margin: 10px;
margin: 10px;
}

.random button {
font-family: Verdana, Geneva, Tahoma, sans-serif;
padding: 5px;
border: none;
color: #ffffff;
background-color: #000000;
font-family: Verdana, Geneva, Tahoma, sans-serif;
padding: 5px;
border: none;
color: #ffffff;
background-color: #000000;
}

.random button:hover {
background-color: #262525;
background-color: #262525;
}

h3 {
font: 900 1em 'Raleway', sans-serif;
color: rgba(0,0,0,.5);
text-align: center;
text-transform: none;
letter-spacing: 0.01em;
color: rgba(0,0,0,.5);
text-align: center;
text-transform: none;
letter-spacing: 0.01em;

}

0 comments on commit 0355d51

Please sign in to comment.