Template:Box-shadow border: Difference between revisions

From Omniversalis
en>Centrist16
(Created page with "{{#switch:{{{1|all}}} | a | all | #default = box-shadow: inset {{{w|{{{3|1px}}}}}} {{{w|{{{3|1px}}}}}} 0 {{{c1|{{{c|{{{2|#000}}}}}}}}}, inset -{{{w|{{{3|1px}}}}}} -{{{w|{{{3|1px}}}}}} 0 {{{c2|{{{c|{{{2|#000}}}}}}}}}; | t | top = box-shadow: inset 0 {{{w|{{{3|1px}}}}}} 0 0 {{{c|{{{2|#000}}}}}}; | b | bottom = box-shadow: inset 0 -{{{w|{{{3|1px}}}}}} 0 0 {{{c|{{{2|#000}}}}}}; | tb | bt | top bottom | bottom top = box-shadow: inset 0 {{{w|{{{3|1px}}}}}} 0 0 {{{c1|{{...")
 
m (1 revision imported)
 
(No difference)

Latest revision as of 19:28, 10 May 2022

box-shadow: inset 1px 1px 0 #000, inset -1px -1px 0 #000;