[css] input box control

sungwoo choi·2021년 1월 7일
0
input {
background-color: #293042; 
width: 200px; 
height: 30px; 
margin-top: 15px; 
border-radius: 10px;
border: none;
}

input:focus{
outline: none;
}

html

<input id ="search_text" placeholder ="Search">

profile
dantedev 나 혼자하는 메모

0개의 댓글