You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
175 B
CSS
20 lines
175 B
CSS
4 years ago
|
.svg_map{
|
||
|
position:absolute;
|
||
|
width:60%;
|
||
|
margin-left: 20%;
|
||
|
margin-right: 20%;
|
||
|
|
||
|
z-index: 1;
|
||
|
}
|
||
|
.comments {
|
||
|
position: absolute;
|
||
|
z-index:2;
|
||
|
}
|
||
|
|
||
|
#newspaper {
|
||
|
position:relative;
|
||
|
|
||
|
|
||
|
}
|
||
|
|