1936259-ref.html (213B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <style> 4 .MMImage-Preview { 5 width: 200px; 6 height: 200px; 7 background: lime; 8 } 9 </style> 10 11 <p>There should be a 200x200 lime square.</p> 12 <div class="MMImage-Preview"></div>