Example for API

This commit is contained in:
2018-12-13 10:18:24 +09:00
parent b5c41cf6e7
commit cf4ad2b1cc
6 changed files with 151 additions and 19 deletions

View File

@ -12,4 +12,18 @@
margin: 20px auto 0;
border-radius: 5px;
padding: 10px 15px;
}
#point-container {
position: relative;
}
/* Selector point */
#point-container .point {
position: absolute;
background: red;
width: 10px;
height: 10px;
border-radius: 50%;
cursor: pointer;
}