Problem creating two boxes for my "Personal portfolio" page

Tell us what’s happening:
I am using a section and a div box-container with the instructions we followed in the content “CSS flexbox” for two boxes but the boxes never show up.

Any idea or suggestion?. Thank you in advance.

Your code so far
https://codepen.io/mearistizabal/pen/PobZZNp

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36.

Challenge: Build a Personal Portfolio Webpage

Link to the challenge:

you have them nested in a media query so unless your browser width 350px or smaller you’re not going to see them.

Thank you for your help. I put the lines before the media query and they showed up. Then I saw that there was a “}” missing to close the media query, that was the reason it was nested. I corrected that and returned the lines to the initial place and it worked!. Than you again.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.