Skip to content

Commit

Permalink
Color Changes on Project Section
Browse files Browse the repository at this point in the history
  • Loading branch information
Min-Thway-Htut committed Dec 20, 2024
1 parent e95a6d9 commit d01a2ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions project.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
}

:root {
--dark-grey: #0a0a23;
--dark-grey: hsl(240, 56%, 9%);
--light-grey: #f5f6f7;
--white: #ffffff;
--black: #000;
}

body {
background-color: #a8dadc;
background-color: #fff;
text-align: center;
padding: 10px;
}
Expand Down Expand Up @@ -51,11 +51,12 @@ footer {
}

.player-card {
background-color: var(--light-grey);
background-color: #cfcfcf;
padding: 1.3rem;
margin: 1.2rem;
width: 300px;
border-radius: 15px;
border: solid 1px #121212;
}
.player-card img{
width: 100%;
Expand Down

0 comments on commit d01a2ce

Please sign in to comment.