Skip to content

Commit

Permalink
Merge pull request #1020 from iamRabia-N/br1
Browse files Browse the repository at this point in the history
'ALPHABET GAME' Design Errors
  • Loading branch information
panwar8279 committed Aug 9, 2023
2 parents 1842568 + 6feb597 commit db00e17
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/Games/Alphabet_Game/Alphabet.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,33 @@ body {

/* Styling the header line of the game */
h1 {
margin-top: 1rem;
font-family: Serif;
font-size: 4rem;
color: #fee6ed;
font-family: math;
font-size: 3rem;
color: #F44336;
text-align: center;
}

/* Styling the buttons container */
.btns {
display: grid;
grid-template-columns: repeat(9, 1fr);
margin: 3.2rem 0;
margin: 2rem 0;
}

/* Styling the buttons */
.btn {
font-family: math;
display: inline-block;
outline: none;
border: 10px solid #fee6ed;
border: 7px solid #fee6ed;
font-size: 5rem;
font-family: Serif;
line-height: 2;
line-height: 1;
font-weight: 900;
color: #fee6ed;
color: #F44336;
border-radius: 15px;
width: 150px;
height: 150px;
width: 110px;
height: 110px;
text-align: center;
margin: 10px;
background-color: #0c0b0c;
Expand Down Expand Up @@ -159,12 +159,12 @@ h1 {
footer {
text-align: center;
font-size: 1.2rem;
color: white;
margin: 0 0 1rem 0;
color: #9E9E9E;
font-family: math;
}

a {
color: white;
color: #607D8B;
text-decoration: none;
}

Expand Down

0 comments on commit db00e17

Please sign in to comment.