0
當我單擊輸入以創建一個藍色邊框。
我做了什麼不做這個邊界?
input{border:0px; border-bottom:1px solid black;}
</head>
<body>
<input type="text">
當我單擊輸入以創建一個藍色邊框。
我做了什麼不做這個邊界?
input{border:0px; border-bottom:1px solid black;}
</head>
<body>
<input type="text">
補充一點:
input:focus{
outline: 0;
}