Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Mapaor4 authored Dec 31, 2023
1 parent 3a52303 commit d87d4f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ body{
h1, h2, h3, h4, h5, h6{
letter-spacing: 2px;
}
/*

.container{
background-color: black;
background-image: url('./img/background-image.png');
background-color: white;
/*background-image: url('./img/background-image.png');*/
background-repeat: no-repeat;
background-size: cover;
background-position: center;
Expand All @@ -49,7 +49,7 @@ h1, h2, h3, h4, h5, h6{
flex-direction: column;

}
*/


.menu-square h1{
text-align: center;
Expand Down

0 comments on commit d87d4f5

Please sign in to comment.