author | Mats Palmgren <mats@mozilla.com> |
Sun, 21 May 2017 17:15:00 +0800 | |
changeset 360105 | b1daab599fecafbadad7377f0ded446dd6ad7559 |
parent 359897 | c902af1156a107522d559fbee3e06de840ce48ba |
permissions | -rw-r--r-- |
<!DOCTYPE HTML> <style> #a, #b { width: 100px; height: 100px; background-color: grey; -moz-appearance: none; box-shadow: 4px 4px 3px black; border: none !important; position: absolute; } #a { top: 20px; left: 20px; } #b { top: 170px; left: 20px; </style> <div id="a"> </div> <div id="b"> </div>