Zipcode-Finder/style.css

18 lines
204 B
CSS
Raw Permalink Normal View History

2023-02-06 11:17:43 +00:00
main {
position: relative;
}
#denmark {
max-width: 100%;
}
#zip {
background-color: white;
padding: 5px;
box-shadow: 2px 2px 2px #BDBDBD;
font-size: 1.2em;
position: absolute;
display: none;
}