Learn Intermediate CSS by Building a Picasso Painting - Step 59

Tell us what’s happening:

Your code so far

Hello. I have no idea what’s going on. I have 30 div elements with the same class names and they’re in between the id selector div. I’ve restarted and reseted a few times. Can anyone see something I might be missing?

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.

        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
        <div class="triangle"></div>
       <div class="triangle"></div>
       <div class="triangle"></div>
         </div>        

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Safari/605.1.15

Challenge: Learn Intermediate CSS by Building a Picasso Painting - Step 59

Link to the challenge:

Hey! Welcome to the freeCodeCamp community forums

The code you have shared works on my end. Please ensure that you have disabled any extensions that interface with the freeCodeCamp website (such as Dark Mode and Ad Blocker), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

2 Likes

You are required to include only these 30 div :point_up_2:
Restart the task and try again.

Please, next time try to show your entire code, it makes the debugging easier.
Happy coding…

1 Like

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