Skip to content
Snippets Groups Projects

Resolve "As a convenience enthusiast, I want a drop down menu to be able to quickly scan QR codes I find along my dragon trail so that I may continue on my adventure without disruption."

1 file
+ 2
6
Compare changes
  • Side-by-side
  • Inline
@@ -17,18 +17,14 @@ body{
cursor: pointer;
}
.dropdown option{
display: block;
color: #393433;
text-decoration: none;
padding: 10px 15px;
}
.dropdown .content{
display: none;
position: absolute;
background-color: #D3B69C;
min-width:100px;
box-shadow: white;
z-index: 1;
}
.dropdown:hover .content{
Loading