This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by iiRosie1
over 9 years

Is this how it's supposed to look like?

I’m just a begginer, is this right?

html, body { /* The universe takes up all available space */ width: 100%; height: 100%;

/* The universe is black */
background-color: black;

}

#sun { position: absolute; /* Positions the top-left corner of the image to be * /* in the middle of the box */ top: 50%; left: 50%;

/* Play with these numbers to see what it does */
height: 200px;
width: 200px;
margin-top: -100px; 
margin-left: -100px;

}

#earth { /* Style your earth */ position: absolute; top: 25%; left: 25%; }

#earth-orbit { /* For Section #2 */ }

Answer 549850bf95e378f7da0074e7

1 vote

Permalink

I dont know… Thats my question. Except its what do you do on step 4.

points
Submitted by Kewlgirl88
over 9 years

Answer 5499acff93767655b1009da6

0 votes

Permalink

Well, does it pass the exercise and show properly? If so, it works.

points
Submitted by Zeke Y
over 9 years