Stuck on this challenge,
Link here: Test your skills: Backgrounds and borders - Learn web development | MDN
everything else good, not sure how to get the star stack on right side to shrink down vertically so it is only three stars.
any suggestions?
CSS is as follows.
.box {
border: 5px solid lightblue;
border-top-left-radius: 20px;
border-bottom-right-radius: 40px;
background-image: url(star.png), url(star.png);
background-repeat: no-repeat, repeat-y;
background-position: 10px, 95%;
}
h2 {
width: 75%;
display: inline-block;
text-align: center;
padding-left: 40px;
}