Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 | |
| 4 <head> | 3 <head> |
| 4 <meta name='button' content='width=device-width'/> | |
|
aelias_OOO_until_Jul13
2015/02/12 19:49:17
If this is supposed to be a viewport tag, the name
gsennton
2015/02/13 19:11:15
Done.
| |
| 5 <style> | 5 <style> |
| 6 body { | 6 body { |
| 7 margin: 0px; | 7 margin: 0px; |
| 8 } | 8 } |
| 9 #content { | |
| 10 background: silver; | |
| 11 width: 200px; | |
| 12 height: 300px; | |
| 13 } | |
| 14 </style> | 9 </style> |
| 15 </head> | 10 </head> |
| 16 | 11 |
| 17 <body> | 12 <body> |
| 18 <div id="content">a</div> | 13 <button style="width:100px;height:100px">a</button> |
| 19 </body> | 14 </body> |
| 20 | 15 |
| 21 </html> | 16 </html> |
| 17 | |
| OLD | NEW |