Difference between revisions of "Focus border and outline"
Jump to navigation
Jump to search
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