How can you make dropdowns appear on your desktop instead of your mobile? Is it even possible? Here’s the code I’m using:
#dropdown-parent5{
width: 60vw;
height: auto;
position: relative;
left: 20vw;
background-color: rgb(250, 245, 182);
font-family: sans-serif;
display: none;
flex-direction: column;
align-items: center;
justify-content: center;
}
#dropdown-button5{
width: 21.67vw;
border: none;
background-color: rgb(204, 0, 0);
color: black;
font-size: 1.5em;
padding: .5em;
text-align: center;
text-decoration: none;
color: black;
}
#dropdown-drawer5{
width: 80%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
overflow: hidden;
}