tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

scroll-marker-group-009-ref.html (533B)


      1 <!doctype html>
      2 <html>
      3 
      4 <head>
      5    <meta charset="utf-8">
      6    <title>CSS Reference File: two scroll-marker-group with dynamic change</title>
      7    <link rel="author" href="mailto:sakhapov@chromium.org">
      8    <style>
      9        div {
     10            height: 50px;
     11            width: 100px;
     12        }
     13 
     14        div.yellow {
     15            background-color: yellow;
     16        }
     17 
     18        div.green {
     19            background-color: green;
     20        }
     21    </style>
     22 </head>
     23 
     24 <body>
     25    <div class="yellow"></div>
     26    <div class="green"></div>
     27 </body>
     28 
     29 </html>