mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
block visualizer
This commit is contained in:
parent
0e5890eae0
commit
e5449fda26
4 changed files with 1294 additions and 0 deletions
36
visualizer/style.css
Normal file
36
visualizer/style.css
Normal file
|
@ -0,0 +1,36 @@
|
|||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
margin: 0 60px 50px 60px;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
background-color: #f4f4f4;
|
||||
overflow-x: hidden;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
#form-container {
|
||||
margin-bottom: 20px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
input,
|
||||
button {
|
||||
margin: 10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#canvas-container {
|
||||
width: 800px;
|
||||
height: 600px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue