added guide
This commit is contained in:
parent
4f0bc48111
commit
f56c74f28e
1 changed files with 10 additions and 0 deletions
10
index.html
10
index.html
|
|
@ -38,6 +38,13 @@
|
|||
#forcearea span {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#guide {
|
||||
margin: 20% auto;
|
||||
width: 220px;
|
||||
padding: 20px;
|
||||
border: 1px dashed #c3c3c3;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
|
@ -47,6 +54,9 @@
|
|||
<div id="buttonarea">
|
||||
<button id="tareButton">Tare</button>
|
||||
</div>
|
||||
<div id="guide">
|
||||
Place object here
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue