Difference between revisions of "Focus border and outline"
Jump to navigation
Jump to search
(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>...") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
− | d1: focus { | + | d1:focus { |
outline: solid thin red !important; | outline: solid thin red !important; | ||
} | } | ||
− | d2: focus { | + | d2:focus { |
border: thin solid red !important; | border: thin solid red !important; | ||
} | } |
Revision as of 15:42, 14 August 2018
test
test 2