OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <meta charset="UTF-8"> | 2 <meta charset="UTF-8"> |
3 <style> | 3 <style> |
4 .target { | 4 .target { |
5 width: 80px; | 5 width: 80px; |
6 height: 100px; | 6 height: 100px; |
7 display: inline-block; | 7 display: inline-block; |
8 border: 10px solid black; | 8 border: 10px solid black; |
9 background-repeat: no-repeat; | 9 background-repeat: no-repeat; |
10 background-image: url(../resources/stripes-100.png), | 10 background-image: url(../resources/stripes-100.png), |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 {at: -0.25, is: ' 0px 0px, 80px 0px, 0px 0px, 90px 0px'}, | 92 {at: -0.25, is: ' 0px 0px, 80px 0px, 0px 0px, 90px 0px'}, |
93 {at: 0, is: ' 0px 0px, 80px 0px, 0px 0px, 80px 0px'}, | 93 {at: 0, is: ' 0px 0px, 80px 0px, 0px 0px, 80px 0px'}, |
94 {at: 0.25, is: '10px 10px, 80px 20px, 0px 20px, 70px 10px'}, | 94 {at: 0.25, is: '10px 10px, 80px 20px, 0px 20px, 70px 10px'}, |
95 {at: 0.5, is: '20px 20px, 80px 40px, 0px 40px, 60px 20px'}, | 95 {at: 0.5, is: '20px 20px, 80px 40px, 0px 40px, 60px 20px'}, |
96 {at: 0.75, is: '30px 30px, 80px 60px, 0px 60px, 50px 30px'}, | 96 {at: 0.75, is: '30px 30px, 80px 60px, 0px 60px, 50px 30px'}, |
97 {at: 1, is: '40px 40px, 80px 80px, 0px 80px, 40px 40px'}, | 97 {at: 1, is: '40px 40px, 80px 80px, 0px 80px, 40px 40px'}, |
98 {at: 1.25, is: '50px 50px, 80px 100px, 0px 100px, 30px 50px'}, | 98 {at: 1.25, is: '50px 50px, 80px 100px, 0px 100px, 30px 50px'}, |
99 ]); | 99 ]); |
100 </script> | 100 </script> |
101 </body> | 101 </body> |
OLD | NEW |