Please enable JavaScript.
Coggle requires JavaScript to display documents.
CSS - Coggle Diagram
CSS
letter/word
-
-
-
-
-
-
-
-
white-space:nowarp -----dont want new line,
-
-
-
-
-
box sizing
content-box
width = width + padding left right + border left right
height = height+ padding top bottom + border top bottom
border-box:
width = width + padding left right - border left right
height = height+ padding top bottom - border top bottom
-
-
ẩn hiện
opacity: biến mất, vẫn chiếm diện thích, có thể click
-
display:none -- biến mất ko chiếm diện tích, ko nhấn dc
-
-
-
-
display
inline:
html inline limit width height,
-
-
-
-
Background
Background-image
Background-repeat
Background- position
Background-size
Backgroun: color url repeat position(center center) / cover
-
-
-
-
-
-
Độ ưu tiên
tag<class<id<inline<important
x,y,z => tag, class or attribute, id
-
-