<!doctype html> | |
<meta charset="utf-8"> | |
<title>CSS Reference File: two scroll-marker-group with dynamic change</title> | |
<style> | |
div { | |
height: 50px; | |
width: 100px; | |
} | |
div.yellow { | |
background-color: yellow; | |
} | |
div.green { | |
background-color: green; | |
} | |
</style> | |
<div class="green"></div> | |
<div class="yellow"></div> |