Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="UTF-8">
<title>Firefox bug 1999555 - reference</title>
<style>
.green {
background: lightgreen;
}
.pink {
background: pink;
}
</style>
<div class="green">
Background should be light green
</div>
<div class="pink">
Background should be pink
</div>
<div class="green">
Background should be light green
</div>