Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
kripikripi committed Oct 19, 2024
1 parent cb4a16a commit c76e96f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
/* add styles here */
* {
body {
margin: 0;
padding: 0;
}

.stars {
display: flex;
flex-direction: row;
}

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

Expand Down

0 comments on commit c76e96f

Please sign in to comment.