color: white; /* default black */ font-size: 18px; /* default 16px */ font-weight: bold; /* default normal */ font-style: italic; /* default normal */
/* whitespace between lines of test */ line-height: 1.5; /* default 1, relative to font-size */ /* space between characters */ letter-spacing: 2px; /* default 0 */
/* visit cssfontstack.com to find more web-safe fonts. */ font-family: Verdana, Arial, sans-serif, cursive, fantasy; /* web-safe fonts, default Arial */ /* serif: Georgia, Times New Roman sans-serif: Arial, Verdana, Comic Sans, Trebuchet monospace: Courier New */
width: 100%; /* relative to parent width, default auto width: 1em; relative to parent font-size width: 1rem; relative to html font-size */ backgroud-image: url(../images/image.png); background-repeat: repeat; /* repeat, repeat-x, repeat-y, no-repeat */ background-color: #23cea6; /* RGB, default transparent */ border: 10px solid #a693c2; border-color: #a693c2; /* border inside, width, style, color(default text color) style: solid, dashed, dotted, ridge, double, groove, inset, outset border-left: xxx; left only */ outline: 10px solid red; /* border outside */
padding: 10px20px30px40px; /* space between container and content top right bottom left top/bottom left/right top/right/bottom/left */ padding-left: 10px;
margin: 10px20px30px40px; /* space between container and next element margin collapse, max(margin-bottom, margin-top) applied */ margin-bottom: 10px;