BOX MODEL: ========== content Properties: =================== 1) width ==> pixels, %, em, vh, vw etc. 2) height ==> pixels, %, em, vh, vw etc. Content Properties
This is UI Development Session.
================================ Border Properties: ================== margin ==> distance between two elements 1) border-width : pixels, % 2) border-style : solid, dotted, dashed, double, inset, outset, none 3) border-color: color-name, hexacode, rgb(), rgba() shorthand property: border : border-width border-style border-color; Individual Border Properties: ============================= 1) border-top : width style color; 2) border-right 3) border-bottom 4) border-left border-radius: pixels; border-top-left-radius: pixels; border-top-right-radius border-bottom-right-radius border-bottom-left-radius
UI Development
HTML
CSS