I’ve got stuck here, in the step 89 off the Cooffee App.
I’ve already reviewed my code many times and can’t find what’s wrong with my code, as follow bellow.
If someone could take a glance and tell me where’s the error, please be in touch.
Help would be greatly appreciated.
Many thanks in advance.
Warm regards.
Your code so far
WARNING
The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.
You will need to take an additional step here so the code you wrote presents in an easy to read format.
Please copy/paste all the editor code showing in the challenge from where you just linked.
Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.
Your mobile information:
SM-G935V - Android 8.0.0 - Android SDK 26
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 89
Hi,
you should give the style to an img selector. Right know it seems like there is a class called block. But the selector should be img not .block. you should set the display to block in your img selector. The rest is ok.
Hope this helps.