There are currently no frequently asked questions associated with this exercise – that’s where you come in! You can contribute to this section by offering your own questions, answers, or clarifications on this exercise. Ask or answer a question by clicking reply () below.
If you’ve had an “aha” moment about the concepts, formatting, syntax, or anything else with this exercise, consider sharing those insights! Teaching others and answering their questions is one of the best ways to learn and stay sharp.
Join the Discussion. Help a fellow learner on their journey.
Ask or answer a question about this exercise by clicking reply () below!
Agree with a comment or answer? Like () to up-vote the contribution!
My display resolution is : 1366 x 768 = 1049088. Is this my dpi? Also, the rocket logo had blue wings from the beginning of the exercise, so I didn’t see a change when I added the media query to double the resolution. Why is that?
Thanks for the explanation - I was wondering why I couldn’t get it to display the higher resolution image on my MacBook Pro (which definitely has a high enough resolution) when the code was correct!
Is there someone who sees the blue wings?.. I’ve decreased min-resolution to 1dpi and still have no changes in the logo… (my laptop doesn’t have Retina display).
I have a retina display and I was able to see the blue wings on the spaceship. My MacBook pro is a 2018 model. So i’m not sure why no one else is getting the results.
Only way I got the blue wings on my 5k iMac was by editing the url link (not @media) in the main CSS code to the @2x image. My code confirms correct: @media only screen and (min-resolution: 150dpi) {
.logo {
background-image: url("…/img/[email protected]");
not sure if this is a good place to ask but I don’t really want to raise an issue with support (I guess they may be getting a lot of load with all donated pro accounts).
Anyone else doing this part of the course and several earlier in css styling and getting horribly long (minutes) wait after hitting ctrl+enter/run?
My solutions are correct and eventually get approved, and I’m getting the same results on win and linux regardless of the browser so I guess it must be server-side
Interestingly mine has a resolution of 1920 x 1080, thanks to @m.abdullah-zubair for the direction on how to check for it.
Yes, I tried and I got the blue wings but at 108dpi. Any further attempt to increase the dpi takes wings back to normal color. Very interesting.
OK, so like everyone else here, my rocket fins didn’t change colour. My code is correct, latest version of chromium etc. I honestly don’t care enough at this point to waste time looking for a solution. Life is too short, I have a check in the exercise completed box and I’m moving on. Right after I finish this rant.