Online Forum To Support Coders With Technical Assistance - Read Write Execute

How to remove outline from input tag

Ankit Agrawal
Ankit Agrawal
Published on July 2, 2015 · 1 min read
<style>
input
{
    width:120px;
    height:60px;
    margin-left:35px;
    display:block;
    background-color:gray;
    color:white;
    border: none;
    outline:none;
}
</style>
Was this article helpful?
Ankit Agrawal

Ankit Agrawal

Author & Senior Engineer at CodeExecute

Writing practical engineering guides, debugging real-world bottlenecks, and creating free tools for developer productivity.

← Previous Article show alert box before leaving webpage Next Article → How to align a div in center?