Please enable JavaScript.
Coggle requires JavaScript to display documents.
CSS, (Para quitar cualquier estilo por defecto), (use top, right, left,…
CSS
Elements
-
Properties
-
Box model
-Padding: Create space inside like the air in the box, UPpx RIGHTpx BOTTOMpx LEFTpx
-
-
-Margin: The space outside of the box, TOPBOTTOMpx LEFTRIGHTpx
-
-
-
-
-
Float and Clear
Float Must be just in one domain element, the ones under that element must have display inline-block, Clear works for all of the elements that you want it to be affected
-
-
Element1 Element2: With spaces, are sub elements, change all the element2 within the Element1
-
-
-
-
-
-
Element1, Element2: To select more than one element
Selectors
Id: For unique changes, goes with #
Class: For categorize changes, goes with "."
-
-
-
(use top, right, left, bottom coordinates)
-
-
-
-
(A way to put an element first against the others, like layers) 99 or -99 ex.
-