Some notable and widely used examples are Bootstrap or Foundation.
| Frameworks | Notes |
|---|---|
| Bootstrap | http://getbootstrap.com/ Bootstrap (front-end framework) Bootstrap is the most popular HTML, CSS, and JS framework. |
| Foundation | http://foundation.zurb.com/ |
| PURE | http://purecss.io/ A set of small, responsive CSS modules |
margin
border
padding
[contents]
padding
border
margin
/* top right bottom left */
div {
margin : 30px ;
padding : 20px ;
border : 5px solid maroon ;
background-color : lightgreen ;
}