Snippets tagged “outline”
3 snippets use this tag.
- How to Add Border Inside a DivHTML
If you need to place a border inside a <div> element, you are in the right place. In this snippet, you can find out how to do it using some CSS properties.
- How to Remove and Style the Border Around Text Input Boxes in Google ChromeCSS
Use outline: none to remove the ugly border color for a form field in Chrome. Learn also how to give your own style for showing that the box is active. All with examples.
- How to Remove Focus Around Buttons on ClickHTML
In this snippet, you can see how to remove the focus around a button on click. To solve this problem, you use the CSS outline property with the “none” value.