cmdref.net - Cheat Sheet and Example

cmdref.net is command references/cheat sheets/examples for system engineers.

User Tools

Site Tools


Sidebar








Cloud



Etc


Reference














.

programming:css:index.html



Programming Languages

CSS


Table of Contents


CSS frameworks

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


Note

Box

 margin
    border
       padding
           [contents]
       padding
    border
 margin
/* top right bottom left  */
div  {
     margin : 30px ;
     padding : 20px ;
     border : 5px solid maroon ;
     background-color : lightgreen ;
}



programming/css/index.html.txt ยท Last modified: 2020/05/27 by admin

Page Tools