feat(WIP): processing 작업

This commit is contained in:
2021-12-18 05:02:47 +09:00
parent 6c93d2fd85
commit b4b4678e26
15 changed files with 182 additions and 100 deletions
+19 -2
View File
@@ -32,6 +32,23 @@
#container {
width: 500px;
margin: 0 auto;
margin-bottom: 100px;
.world_map {
width: 500px;
height: calc((500px + 20px) * 500 / 700);
}
.map_title {
transform-origin: 0px 0px;
transform: scale(calc(500 / 700));
margin-bottom: calc(-20px * 200 / 700);
}
.map_body {
transform-origin: 0px 0px;
transform: scale(calc(500 / 700));
}
}
}
}