CSS Table Styles
Border-collapse: Table Edge Merge
Caption-side:
???? Property value:
Top: Sets the title of the table above the table (default effect)
Bottom: Set the title of the table below the table????????
Style code:
Structure code:
?
CSS Border Style
BORDER:1PX Solid Red
Border-top:???????????????? Set top Border
Border-right:???????????? Set a border
Border-bottom???????????? Set Bottom Border
Border-left;???????????????? Set left Border
?
Set the thickness of the border: numeric, Unit px
To set the shape of a border:
Value:
None (None),
Solid (solid line),
Dashed (dashed line),
Dotted (dot line),
Double (two lines),
Groove (3D groove border)
?
Code:
Effect:
Inner padding (inner fill)
Padding
Padding-top: Padding on inner
Padding-right: Inner Right padding
Padding-bottom: Inner padding
Padding-left: Inner left padding
Shorthand:
- padding:10px 20px 30px 40px Upper, right, bottom, left inner padding
- padding:10px 20px 30px
On: 10px
Left and right: 20px
Under: 30px
Up and down: all 10px
Left and right: both are 20px
Top, right, bottom, left: 10px respectively
CSS Margin Style (outer fill)
Margin
Margin-top:???????? Margin on top
Margin-right:???????? Right margin
Margin-bottom:???? Lower margin
Margin-left???????????? Left margin
Mouse styles
Cursor: Setting mouse gestures
Property value: Help icon
???????? Pointer small hand icon
???????? Crosshair Cross Cursor
CSS style Three