Adds communication with MySQL

This commit is contained in:
TheGreyDiamond
2021-05-23 20:48:30 +02:00
parent 2d5553d901
commit 959c8812ad
8 changed files with 389 additions and 4 deletions

34
static/css/mainMap.css Normal file
View File

@ -0,0 +1,34 @@
.inspector {
margin: 0px;
background-color: greenyellow;
height: 100vh;
width: 20%;
float: right;
position: fixed;
right: 0px;
top: 0px;
}
.map {
margin: 0px;
background-color: red;
height: 100vh;
width: 80%;
z-index: 1;
/*float: left;*/
}
aside {
padding: 10px;
position: absolute;
z-index: 100;
left: 1rem;
bottom: 1rem;
width: 20px;
padding: 0 1.5rem;
background-color: rgba(97, 97, 97, 0.486);
}
aside h2 {
font-size: 1.5rem;
line-height: 1.05em;
}