Last active
September 8, 2021 18:01
-
-
Save michventura/c2eb3157530c1fc5e8af402852912628 to your computer and use it in GitHub Desktop.
Orden propiedades CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Orden ideal de acomodo de propiedades de CSS | |
* | |
* 1. Propiedades de display | |
* 2. Propiedades de position | |
* 3. Propiedades de box model | |
* 4. Propiedades de tipografia | |
* 5. Propiedades de manipulacion | |
* 5. Propiedades diversas | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment