| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head><title>CSS Test: Change the value of 'order' property</title> | 3 <head><title>CSS Test: Change the value of 'order' property</title> |
| 4 <link rel="author" title="KeynesQu" href="mailto:keynesqu@sohu.com" /> | 4 <link rel="author" title="KeynesQu" href="mailto:keynesqu@sohu.com" /> |
| 5 | 5 |
| 6 <style> | 6 <style> |
| 7 | 7 |
| 8 .box { | 8 .box { |
| 9 margin:0 auto; | 9 margin:0 auto; |
| 10 background:#CCC; | 10 background:#CCC; |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 | 33 |
| 34 | 34 |
| 35 | 35 |
| 36 </style> | 36 </style> |
| 37 | 37 |
| 38 </head> | 38 </head> |
| 39 | 39 |
| 40 <body> | 40 <body> |
| 41 | 41 |
| 42 | 42 |
| 43 <!-- FLEX CONTAINER --> | 43 <!-- FLEX CONTAINER --> |
| 44 <div class="box"> | 44 <div class="box"> |
| 45 <div class="blue">B</div> | 45 <div class="blue">B</div> |
| 46 <div class="red">A</div> | 46 <div class="red">A</div> |
| 47 <div class="black">C</div> | 47 <div class="black">C</div> |
| 48 </div> | 48 </div> |
| 49 | 49 |
| 50 | 50 |
| 51 | 51 |
| 52 </body> | 52 </body> |
| 53 </html> | 53 </html> |
| OLD | NEW |