OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <style type="text/css"> | 4 <style type="text/css"> |
5 #animatable { | 5 #animatable { |
6 position: absolute; | 6 position: absolute; |
7 left: 0; | 7 left: 0; |
8 top: 0; | 8 top: 0; |
9 height: 100px; | 9 height: 100px; |
10 width: 100px; | 10 width: 100px; |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
121 <body> | 121 <body> |
122 <div id="animatable"><p id="poster">Hi!</p></div> | 122 <div id="animatable"><p id="poster">Hi!</p></div> |
123 <div id="text"> | 123 <div id="text"> |
124 <p id="from">From:</p> | 124 <p id="from">From:</p> |
125 <p id="to">To:</p> | 125 <p id="to">To:</p> |
126 <p id="estimate">Estimate:</p> | 126 <p id="estimate">Estimate:</p> |
127 </div> | 127 </div> |
128 </body> | 128 </body> |
129 </html> | 129 </html> |
130 | 130 |
OLD | NEW |