-
Notifications
You must be signed in to change notification settings - Fork 0
/
formstyle.css
64 lines (58 loc) · 1.23 KB
/
formstyle.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
.tms {
background-color: rgb(35, 36, 35);
padding: 15px;
border: 2px solid;
color: white;
margin-right: auto;
margin-left: auto;
}
.fs label {
color: white;
padding: 10px;
border: 1px solid;
border-radius: 25px;
margin-right: 20px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: 25px;
}
.a11 {
padding: 15px;
margin: 6px 8px;
}
#ok2 {
float: left;
}
#ok {
background-color: rgb(18, 102, 18);
padding: 10px;
color: white;
text-align: center;
font-size: 15px;
margin-right: 40px;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
}
html {
background-image: url("Tmoney.jpg");
background-size: cover;
background-repeat: no-repeat;
}
h1 {
color: black;
text-align: center;
background-color: white;
border: 2px solid;
margin-left: 30%;
margin-right: 30%;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
padding: 10px;
}