Focus border and outline

From Level Access Web Labs
Revision as of 15:41, 14 August 2018 by Javila (talk | contribs) (Created page with "<html> <style> d1: focus { outline: solid thin red !important; } d2: focus { border: thin solid red !important; } </style> <body> <div tabindex="0" id="d1"> test </div>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

test
test 2