1909933-ref.html (821B)
1 <!DOCTYPE html> 2 <html lang="en-AU"><head> 3 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 <style> 7 .mw-compass { 8 overflow: hidden; 9 width: 36px; 10 height: 36px; 11 border-radius: 50%; 12 } 13 14 .mw-compass svg { 15 background-color: #fdfdfd; 16 width: 36px; 17 height: 36px; 18 } 19 20 .mw-compass svg { 21 background-color: red; 22 } 23 24 html, 25 body { 26 background: black; 27 } 28 </style> 29 </head> 30 31 <body> 32 <div class="mw-compass"> 33 <svg viewBox="1 1 46 46" style="transform:rotate(0deg)" r1721927411659=""> 34 </svg> 35 </div> 36 37 38 </body></html>