OLD | NEW |
---|---|
1 <body style="position: relative;"> | 1 <body style="position: relative;"> |
2 <div style="width: 90px; height: 90px; position: absolute; top: 0; left: 0; transform: matrix(.7071, .7071, -.7071, .7071, 0, 0) rotate(-45deg); border: 5px solid green;"></div> | 2 <div style="width: 90px; height: 90px; position: absolute; top: 0; left: 0; transform: matrix(.7071, .7071, -.7071, .7071, 0, 0) rotate(-45deg); border: 5px solid green;"></div> |
3 <div style="width: 90px; height: 90px; position: absolute; top: 5px; left: 5 px; background-color: green;"></div> | 3 <div style="width: 90px; height: 90px; position: absolute; top: 5px; left: 5 px; background-color: green;"></div> |
4 </body> | 4 </body> |
OLD | NEW |