-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindext.css
94 lines (75 loc) · 1.29 KB
/
indext.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
88
89
90
91
92
93
94
body {
background-color: 3D3D8D;
}
h1 {
color: white;
font-size: 50px;
font-family: sans-serif;
text-align: center;
}
.intro {
font-family: cursive;
color: white;
font-size: 30px;
text-align: center;
}
.wrapper {
width: 800px;
margin: auto;
}
.address{
background-color: 242445;
padding: 20px 80px;
color: white;
font-family: monospace;
font-size: 25px;
border-radius: 10px;
}
.radio {
font-family: sans-serif;
min-height: 1.25rem;
min-width: 1.25rem;
}
.inputboxs {
width:650px;
height: 40px;
border-radius: 10px;
padding-left: 15px;
font-size: 17px;
outline: none;
border-style: none;
}
.clue {
font-size: 12px;
font-family: cursive;
padding-left: 0;
}
.checkboxs {
display: inline-block;
margin-right: 0.625rem;
min-height: 1.25rem;
min-width: 1.25rem;
}
#inputtextareas {
min-height: 120px;
width: 100%;
padding: .5rem;
resize: vertical;
font-size: 20px;
outline: none;
border-radius: 10px;
}
.buttontag {
background-color: #66d166;
color: white;
width: 100%;
height: 45px;
margin-top: 30px;
border-style: none;
border-radius: 5px;
font-size: 25px;
}
.buttontag:hover {
background-color: lightskyblue;
color: darkblue;
}