How can we start getting an idea of big picture and can learn how to split it into small div parts to solve the problem

I am understanding what they are doing in course. But still if I start to do the exercise myself ,I don’t get ideas to split the big picture into small div sections to solve the big problem. I am building Picasso Painting and wondering how the programmer was getting ideas to develop what div at what point. Is there anybody who is feeling like me and can share some tips to be more creative.

That you have considered how you might do it yourself is a sign of learning :smiley:

To learn how to crate any work of art, first you must start small.
If you haven’t already found yourself a Code Editor, your comfortable with, you should look for one now.

Once you have that, you can start ‘playing’ with your tools.
Make a couple of divs, then try to move them around using ‘flex’.
After that, play around with ‘positions’, see if you can place one ontop of another, then use ‘z-index’ to stack them differently.

Art may look complicated when looking at the big picture,
but all artists start the same way:
how to hold a pencil and draw a shape.

1 Like

Hey thanks for kind and supportive words. I will start making some small projects to boost my confidence.

1 Like

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