Is there any way to start drawing divs from the same point? That means if I add new div and then I add another div, they will appear above each other. Because I want to move
You can use absolute positioning.
#num1,#num2{ display : inline position:absolute; left:50px;top:10px; }