4,554
edits
No edit summary |
No edit summary |
||
Line 208: | Line 208: | ||
#searchInput { | #searchInput { | ||
margin-right: 8px; /* Adjust the spacing between search input and closing bracket */ | margin-right: 8px; /* Adjust the spacing between search input and closing bracket */ | ||
} | |||
/* Style for the modal */ | |||
#myModal { | |||
display: none; | |||
position: fixed; | |||
top: 50%; | |||
left: 50%; | |||
transform: translate(-50%, -50%); | |||
border: 1px solid #888; | |||
padding: 20px; | |||
background-color: white; | |||
z-index: 1; | |||
} | } |