-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalculate.css
87 lines (77 loc) · 1.49 KB
/
calculate.css
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
.myClass {
color: black;
width: 180px;
height: 420px;
padding: 20px;
border: 3px solid black;
background-color:grey;
/*margin-top: 0px;*/
margin: 1px;
}
.classConvert {
color: black;
width: 180px;
height: 420px;
padding: 20px;
border: 3px solid black;
background-color:grey;
margin-top: -465px;
margin-left: 270px;
}
.classFeedSpeed {
color: black;
/* box width */
width: 180px;
/* box height */
height: 500px;
/* scale box */
padding: 20px;
border: 3px solid black;
background-color:grey;
/* distance from top */
margin-top: -465px;
/* distance from left */
margin-left: 535px;
}
.classBevel {
color: black;
/* box width */
width: 280px;
/* box height */
height: 500px;
/* scale box */
padding: 20px;
border: 3px solid black;
background-color:grey;
/* distance from top */
margin-top: -545px;
/* distance from left */
margin-left: 800px;
}
h1 {
color: blue;
margin-left: 35%;
margin-right: 40%;
border-top: 6px solid green;
border-bottom: 6px solid red;
border-left: 6px;
background-color: lightgrey;
}
p {
color: rgb(61, 6, 27);
font-size:25px;
font-weight: bold;
}
input[type=text] {
width: 80%;
padding: 12px 8px;
border-radius: 8px;
font-size: 14px;
}
input[type=button] {
width: 80%;
padding: 12px 8px;
border-radius: 10px;
font-size: 14px;
margin-left: 15%;
}