Last active
March 30, 2018 17:37
-
-
Save maisonm/7b29ca428f816642c98eae2a2e08e0f9 to your computer and use it in GitHub Desktop.
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
#box1 { | |
order: 2; | |
} | |
#box2{ | |
order: 1; | |
} | |
#box3 { | |
order: 4; | |
} | |
#box4{ | |
order: 3; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment