input,
button{
border:none;
/*border-radius:4px 가능 */
}
input:focus,
input:active,
button:focus,
button:active {
outline: none;
box-shadow: none;
}
'CSS > learned_it_today' 카테고리의 다른 글
position:absolute;의 기준점 부모는 position:static만 아니면 된다. (0) | 2020.10.22 |
---|---|
모달(modal) viewport 중앙에 위치 시키기 (0) | 2020.10.22 |
position:absolute인 요소를 수직 정중앙에 배치하기 (0) | 2020.10.22 |
부모 요소(element) 속 이미지 크기 맞추기 (1) | 2020.10.22 |
선택된 메뉴에 border-bottom, font-weight을 주고 싶을 때 li에? a에? (0) | 2020.10.21 |