-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
77 lines (71 loc) · 1.02 KB
/
style.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
body {
background-color:black;
color: white;
}
.header{
color:grey;
font-size: 80px;
font-family: Verdana, sans-serif;
}
.maindiv{
background-color: white;
color: black;
width: 90%;
height: 610px;
margin-left: auto;
margin-right: auto;
border-radius: 40px;
font-family: Arial, sans-serif;
line-height: 0.8 ;
text-align: center;
}
table{
margin-left: auto;
margin-right: auto;
width: 60%;
font-size: 35px;
}
td{
text-align: left;
height: 65px;
font-weight: bold;
}
.tdcenter{
text-align: left;
}
.textbox{
width: 390px;
height: 30px;
font-size: 20px;
font-weight: bold;
}
.slider{
width: 306px;
height: 30px;
}
.slidernum{
font-size: 22px;
font-weight: bold;
}
select{
height: 35px;
width: 50px;
font-size: 20px;
font-weight: bold;
}
button{
width: 230px;
font-size: 25px;
font-weight: bold;
}
.result_s{
font-size: 23px;
line-height: 1.1 ;
}
footer{
text-align: left;
margin-left: 30px;
font-weight: bold;
position:fixed;
bottom:80px;
}