2014-07-13 227 views
0

input如何更改輸入邊框顏色

當我單擊輸入以創建一個藍色邊框。

我做了什麼不做這個邊界?

input{border:0px; border-bottom:1px solid black;} 
</head> 
<body> 
<input type="text"> 

回答

2

補充一點:

input:focus{ 
    outline: 0; 
}