18 lines
204 B
CSS
18 lines
204 B
CSS
|
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;
|
||
|
}
|
||
|
|