12 lines
213 B
HTML
12 lines
213 B
HTML
<!DOCTYPE html>
|
|
<meta charset="UTF-8">
|
|
<style>
|
|
.MMImage-Preview {
|
|
width: 200px;
|
|
height: 200px;
|
|
background: lime;
|
|
}
|
|
</style>
|
|
|
|
<p>There should be a 200x200 lime square.</p>
|
|
<div class="MMImage-Preview"></div>
|