Files
projet_programmation_web/Site Google/stylesheet.css
T
2021-09-17 11:31:02 +02:00

7 lines
137 B
CSS

#search-input:focus, #search-input:hover {
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
#search-input input {
outline: none;
}