scroll-marker-group-007-ref.html (333B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>CSS Reference File: two scroll-marker-group with dynamic change</title> 4 <style> 5 div { 6 height: 50px; 7 width: 100px; 8 } 9 10 div.yellow { 11 background-color: yellow; 12 } 13 14 div.green { 15 background-color: green; 16 } 17 </style> 18 <div class="green"></div> 19 <div class="yellow"></div>