Tell us what’s happening:
I’m confused by the hint on this step - it keeps changing on me, and when I try each one of them, the hint changes again. I tried Googling a ‘found’ command, but none exists that I can find. The picture looks right, but the program keeps saying it’s wrong. What am I missing?
I tried top and right both at 0px, but I can’t get a combination of -px in any amount that works. I need another hint. Below is my code for just step 27.
Your code so far
/* User Editable Region */
.sun {
width: 200px;
height: 200px;
background-color: yellow;
position: absolute;
border-radius: 50%;
top: -45px;
right: -30px;
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0
Challenge: Learn CSS Transforms by Building a Penguin - Step 27
Link to the challenge: