tor-browser

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

multiple-noblur-ref.xhtml (581B)


      1 <box xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
      2  <stack style="align-items: start; justify-items: left;">
      3    <label style="margin-top: 33px; margin-left: 33px; color: grey;" value="Hello"/>
      4    <label style="margin-top: 30px; margin-left: 30px; color: green;" value="Hello"/>
      5    <label style="margin-top: 27px; margin-left: 27px; color: red;" value="Hello"/>
      6    <label style="margin-top: 24px; margin-left: 24px; color: purple;" value="Hello"/>
      7    <label style="margin-top: 20px; margin-left: 20px; color: black;" value="Hello"/>
      8  </stack>
      9 </box>