Bootstrap is the most popular css framework, it is there to quickly create a nice looking and responsive modern website In order to not write as much css as possible.
Boot strap is broken down into two main concepts which go as components and grid system
components in bootstrap gives us access to bunch of pre-built components that we can incorporate into our own websites.
When it comes to the grid system it helps us construct our own custom responsive layout.
Foundation, semantic and ui are some other forms of bootstrap.
Comments