tor-browser

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

element-replacement-gradient.html (480B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>content: gradient</title>
      4 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      5 <link rel="author" title="Mozilla" href="https://mozilla.org">
      6 <link rel="match" href="element-replacement-gradient-ref.html" />
      7 <link rel="help" href="https://drafts.csswg.org/css-content-3/#content-property" />
      8 <style>
      9 div {
     10  width: 100px;
     11  height: 100px;
     12  content: linear-gradient(purple, yellow);
     13 }
     14 </style>
     15 <div></div>