Skip to content

Commit

Permalink
style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed-Ramzan authored Aug 27, 2023
1 parent fe541ed commit 86fec2a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Bubble Game/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,17 @@ body {
.end h3 {
font-size: 22px;
padding-left: 17px;
margin-block: 5px;
}
.end .play-again {
border: 1px solid #dadada;
background-color: #fff;
padding: 10px 18px;
text-align: center;
margin-top: 7px;
font-size: 20px;
margin-left: 12px;
cursor: pointer;
}
@media screen and (max-width: 1155px){
.wrapper .bubbles {
Expand All @@ -103,4 +114,4 @@ body {
height: 38px;
font-size: 14px;
}
}
}

0 comments on commit 86fec2a

Please sign in to comment.