-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle1.css
More file actions
110 lines (87 loc) · 1.43 KB
/
style1.css
File metadata and controls
110 lines (87 loc) · 1.43 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
* {
margin: 0px;
padding: 0px;
}
h1 {
text-align: center;
}
p {
text-align: center;
margin-left: 10px;
color: #222;
}
section{
}
section form{
max-width: 400px;
border: 10px #222;
background-color: #D3D3D3;
border-style: solid;
margin: auto;
}
#signup{
margin-top: 10px;
margin-right: 20px;
margin-left: 130px;
margin-bottom: 10px;
color: #222222;
font-size: 16px;
cursor: pointer;
}
section form input[type=text]{
width: 365px;
margin-left: 15px;
margin-top: 10px;
border-style: solid;
border-color: #c1c1c1;
padding: 2px;
}
section form input[type=file]{
width: 280px;
margin-left: 15px;
margin-top: 10px;
border-style: solid;
border-color: #c1c1c1;
padding: 2px;
}
section form input[type=password]{
width: 365px;
margin-left: 15px;
margin-top: 10px;
border-style: solid;
border-color: #c1c1c1;
padding: 2px;
}
section form textarea{
max-width: 365px;
min-height: 200px;
max-height: 200px;
margin-left: 15px;
margin-top: 10px;
font-size: 16px;
padding: 2px;
}
#add{
margin-top: 10px;
margin-right: 20px;
margin-left: 130px;
margin-bottom: 10px;
color: #222222;
font-size: 16px;
cursor: pointer;
}
#upload{
color: #222222;
font-size: 16px;
cursor: pointer;
}
table {
margin: auto;
margin-top: 0px;
}
thead {
background-color: #c1c1c1;
}
#mytable {
text-align: center;
}