blob: a5cb5e82a5bae581a0201d3f78b721ea76baf495 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<style>
#shape {
margin-left: 25px;
width: 200px;
height: 200px;
background-color: green;
}
</style>
<p>The test passes if there is a green square and no red.</p>
<div id="shape"></div>
|