tor-browser

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

columnrule-padding.html (495B)


      1 <!doctype html>
      2 <body style="overflow:hidden">
      3 <div style="padding: 20px;
      4  position: absolute;
      5  top: 20px; left: 20px;
      6  column-count: 4;
      7  column-gap: 0px;
      8  column-rule: 6px green solid;">
      9 <div style="height:400px;
     10  width: 300px;
     11  font-size: 16px;">
     12 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed feugiat libero vel diam. Pellentesque pulvinar commodo lacus. Sed fringilla. Sed lectus. Praesent laoreet orci vitae nisi. Duis venenatis tristique massa.
     13 </div>
     14 </div>
     15 </body>