- Choosing a selection results in a full page refresh.
- Press the space key then arrow keys to make a selection.
- Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device
@media only screen and (max-width: 749px) {
div#mobile-search-bar-cw input {
background-color: white;
border: 1px solid black;
margin-top: 10px;
}
div#mobile-search-bar-cw input[placeholder] {
padding-left: 40px;
}
div#mobile-search-bar-cw:after {
content: '';
background-image: url('https://www.w3schools.com/css/searchicon.png');
position: absolute;
display: block;
height: 20px;
width: 20px;
top: 50%;
left: 20px;
transform: translateY(-70%);
}
#mobile-search-bar-cw {
position: relative;
}
}
left: 35%;
}
}