Skip to content

Commit

Permalink
commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Humenyuk1991 committed Dec 17, 2024
1 parent f90addb commit f7893c8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
/* add styles here */
body {
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
}

.stars {
display: flex;
width: 16px;
height: 16px;
align-items: center;
}

.stars__star {
background-image: url(images/star.svg);
background-size: cover;
background-position: center;
margin-right: 4px;
background-repeat: no-repeat;
width: 16px;
height: 16px;
}

.stars--0 .stars__star:nth-child(-n + 0) {
Expand Down

0 comments on commit f7893c8

Please sign in to comment.