Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 3_ CSS (Brief (how browsers use CSS (Cascading order,…
Chapter 3_ CSS
-
font
-
font-family
font-family: Arial, "Arial Black", Futura, serif
-
-
name of a font is more than one word, quotation marks
-
-
-
shorthand(速写)
font: italic bolder 14pt Arial,serif
Order must be: style, weight, size, family
-
-
-
margins
-
2 values
1st: top and bottom, 2nd: right and left
4 values
clockwise from top(Top, right, bottom, left),
-
3 values
top, right and left, bottom
-
-
-
-
syntax
-
-
selector
-
-
can not use property name (e.g. link , style)!!!
-
-
without selector(e.g. link) #
-
other properties
layout by <div>
-
2D animation
translate
remaps the (0,0) position on the canvas.
-
-
-
-
-
-
-
at rules
@ import
-
-
-
@ import "view.css" screen, projection;
-
-
-
-
-
-
-
-