-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (63 loc) · 977 Bytes
/
style.css
File metadata and controls
68 lines (63 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
body{
height:3000px;
background-color: white;
position:relative;
}
.dot{
width: 4px;
height: 4px;
background-color:red;
position:absolute;
}
.grid{
width:800px;
height:800px;
left:300px;
background-color:white;
position:absolute;
border-style:solid;
}
.minev{
width:800px;
height:800px;
left:1110px;
background-color:white;
position:absolute;
border-style:solid;
}
.input{
width:295px;
left:1200px;
background-color:white;
height:25px;
border-style:solid;
}
.mousepos{
width:297px;
left:1125px;
border-style:solid;
}
th, tr, td{
border: 1px solid black;
padding: 5px;
}
button{
font-size: 2em;
margin-top:10px;
margin-bottom:10px;
width:145px;
}
.box{
width: 20px;
height: 20px;
background-color:blue;
position:absolute;
}
.model
{
border-style:solid;
margin-bottom:10px;
}
input{
width:100px;
}