Код: Выделить всё
div {
border: 2px inset #ccc;
}
div:focus {
outline: 5px solid red;
}Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/798 ... e-on-tab-f
Код: Выделить всё
div {
border: 2px inset #ccc;
}
div:focus {
outline: 5px solid red;
}Код: Выделить всё