mirror of
https://github.com/rscmbbng/Border-Check.git
synced 2024-12-28 23:01:34 +01:00
updated
This commit is contained in:
parent
9e00346e7d
commit
7a7e14bdeb
@ -1 +1,34 @@
|
|||||||
#map { height: 180px; }
|
#header{
|
||||||
|
top:40px;
|
||||||
|
width: 100%;
|
||||||
|
height: 10px;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 3;
|
||||||
|
color:red;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
#map {
|
||||||
|
z-index:1;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
position:absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#bar{
|
||||||
|
z-index:2;
|
||||||
|
top:0px;
|
||||||
|
right:0px;
|
||||||
|
width:50px;
|
||||||
|
height:100%;
|
||||||
|
position:fixed;
|
||||||
|
background-color: white;
|
||||||
|
border-left: 1px black solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#info{
|
||||||
|
color:red;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user