Please enable JavaScript.
Coggle requires JavaScript to display documents.
Front-end (Page Load Time Reduce (Use minifier and gzip to decrease the…
Front-end
-
-
-
Question
If you have 5 different stylesheets, how would you best integrate them into the site
-
User a CSS preprocessor to nest them with import in class names for each stylesheet and merge them into a built file
-
CSS
Box Model
-
-
-
content
The content of the box, where text and images appear
-
Atributes
float
When float is set, each element will get out of its normal flow and will be shifted to the specified direction, until it gets its container or another float content
-
-
Preprocessor
Extend CSS with variables, operators, interpolations, functions, mixings and many more.
-
-
-