You can see the jsfiddle link for my code
How to put the style like pinterest without plugins
Here you can see a square Node.js in Diagram I want that to have postion down the left side .
http://jsfiddle.net/madhu131313/HaxwT/
I know there are plugins to make a layout like
I know there are pluginss and frameworks
http://gumbyframework.com/
But I want the make it simple without plugins or Frameworks
Those plug-ins have been created to do what you are trying to do because there is no simple solution I’m afraid.
Either use one of the plug-ins such as Masonry or simply code it yourself in plain html/css by placing your items in columns.
Obviously creating it in columns means it won’t work dynamically etc.