-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
61 lines (51 loc) · 690 Bytes
/
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
body {
background-color:black;
font-family:arial;
color:white
}
h1{
color:grey;
font-family:verdana;
text-align:center
}
table {
padding:20px
}
td {
padding:0px 0px 20px 20px;
}
p {
margin:0 auto;
text-align:center
}
span {
text-align:left
}
.maindiv {
background-color:white;
color:black;
width:500px;
padding:20px;
border-radius:25px;
margin:0 auto
}
.seconddiv {
padding:20px;
width:460px;
margin:0 auto
}
.thebutton {
background-color:powderblue;
color:black;
width:200px;
padding:20px;
border-radius:15px;
margin:0 auto
}
.textresult {
margin:0 40px;
text-align:left
}
.lastrow {
padding:0px 0px 0px 20px
}