Skip to content

Commit

Permalink
fixes some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mitgajera committed Sep 6, 2024
1 parent 693f22c commit c936777
Showing 1 changed file with 69 additions and 75 deletions.
144 changes: 69 additions & 75 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,77 +1,4 @@
<<<<<<< HEAD
* {
margin: 0;
padding: 0;
}

body {
background-color: blanchedalmond;
font-family: "Poppins", sans-serif;
font-weight: 100;
font-style: normal;
}

h1{
text-align: center;
margin-top: 150px;
margin-right: 30px;
}

.container{
height: 60vh;
display: flex;
text-align: center;
justify-content: center;
margin-top: 55px;

}

.game{
height: 40vmin;
width: 50vmin;
display: flex;
flex-wrap: wrap;
gap: 5px;
}

.box{
height: 15vmin;
width: 15vmin;
border-radius: 5px;
border: none;
background-color: rgb(255, 215, 146);
box-shadow: 0 0 5px rgba(0,0,0,0.3);
font-size: 45px;
color:red;
}

.reset{
display: flex;
justify-content: center;
margin-top: -50px;
margin-left: -30px;
}

.reset #reset-btn{
padding: 7px 20px;
border-radius: 5px;
border: none;
font-size: 15px;
cursor: pointer;
color: white;;
background-color: rgb(219, 186, 129)
}

.reset #ng-btn{
padding: 8px 20px;
border-radius: 5px;
border: none;
font-size: 15px;
cursor: pointer;
color: white;
margin-left: 15px;
background-color: rgb(0, 0, 0)
=======

* {
margin: 0;
padding: 0;
Expand All @@ -84,6 +11,74 @@ body {
font-style: normal;
}

h1{
text-align: center;
margin-top: 150px;
margin-right: 30px;
}

.container{
height: 60vh;
display: flex;
text-align: center;
justify-content: center;
margin-top: 55px;

}

.game{
height: 40vmin;
width: 50vmin;
display: flex;
flex-wrap: wrap;
gap: 5px;
}

.box{
height: 15vmin;
width: 15vmin;
border-radius: 5px;
border: none;
background-color: rgb(255, 215, 146);
box-shadow: 0 0 5px rgba(0,0,0,0.3);
font-size: 45px;
color:red;
}

.reset{
display: flex;
justify-content: center;
margin-top: -50px;
margin-left: -30px;
}

.reset #reset-btn{
padding: 7px 20px;
border-radius: 5px;
border: none;
font-size: 15px;
cursor: pointer;
color: white;;
background-color: rgb(219, 186, 129)
}

.reset #ng-btn{
padding: 8px 20px;
border-radius: 5px;
border: none;
font-size: 15px;
cursor: pointer;
color: white;
margin-left: 15px;
background-color: rgb(0, 0, 0);

body {
background-color: blanchedalmond;
font-family: "Poppins", sans-serif;
font-weight: 100;
font-style: normal;
}

h1 {
text-align: center;
margin-top: 150px;
Expand Down Expand Up @@ -240,5 +235,4 @@ h1 {
justify-content: center;
margin-left: 5px;
}
>>>>>>> b352cd0 ("Updated CSS styling for various elements, including h1, container, game, box, and reset, with added media queries for responsive design.")
}

0 comments on commit c936777

Please sign in to comment.