Add padding to the top and left of the .info elements, and set the other values to 0 .
.info{
padding: 10px 0px 0px 10px;
}
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 browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; SM-T835) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36
Your code passes the test for me, so this could be a browser problem.
Safari is causing this kind of problem for some of the challenges in the new curriculum, so if you’re using Safari then your best option is probably to try using a different browser.
Otherwise, try disabling any browser extensions (e.g. ad blockers) or dark themes you might have installed, as they can interfere with the tests.
Just for future reference, when you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks.
Doing that will format the code correctly in the forum post.
You can also use the “preformatted text” tool in the editor ( </> ) to add backticks around text.