|
The outline-width property sets the width of the outline. It works like border-width. You can set the width to thin, medium, thick or a value in points, pixels, inches and so on. If you use thin, medium or thick, the width depends on what the browser chooses to display. button {outline-width: thick;} |
More information outline-width |