OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <link href="resources/grid.css" rel="stylesheet"> | 4 <link href="resources/grid.css" rel="stylesheet"> |
5 <link href="resources/grid-alignment.css" rel="stylesheet"> | 5 <link href="resources/grid-alignment.css" rel="stylesheet"> |
6 <script src="../../resources/check-layout.js"></script> | 6 <script src="../../resources/check-layout.js"></script> |
7 <style> | 7 <style> |
8 body { | 8 body { |
9 margin: 0px; | 9 margin: 0px; |
10 } | 10 } |
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 <div class="b cell1 justifySelfEnd" data-offset-x="200" data-offset-y="1
00" data-expected-width="20" data-expected-height="20"></div> | 540 <div class="b cell1 justifySelfEnd" data-offset-x="200" data-offset-y="1
00" data-expected-width="20" data-expected-height="20"></div> |
541 <div class="c cell1 alignSelfEnd" data-offset-x="130" data-offset-y="330
" data-expected-width="20" data-expected-height="20"></div> | 541 <div class="c cell1 alignSelfEnd" data-offset-x="130" data-offset-y="330
" data-expected-width="20" data-expected-height="20"></div> |
542 <div class="i3" style="background: red"></div> | 542 <div class="i3" style="background: red"></div> |
543 <div class="i4" style="background: blue"></div> | 543 <div class="i4" style="background: blue"></div> |
544 <div class="i5" style="background: red"></div> | 544 <div class="i5" style="background: red"></div> |
545 </div> | 545 </div> |
546 </div> | 546 </div> |
547 | 547 |
548 </body> | 548 </body> |
549 </html> | 549 </html> |
OLD | NEW |