-
Notifications
You must be signed in to change notification settings - Fork 0
/
CSS_GraduationProject_Form.css
86 lines (76 loc) · 1.66 KB
/
CSS_GraduationProject_Form.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
body {
border-style: solid;
border-color: green;
border-width: 10px;
}
input, select, datalist, option, #DELLOpinion, #Feedback {
border-style: solid;
border-color: black;
border-width: 2px;
width: 325px;
height: 25px;
font-size: 20px;
text-align: left;
color: black;
}
#DELLOpinion, #Feedback {
width: 550px;
height: 150px;
}
h1 , legend, h2, label {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-style:normal;
font-size: 60px;
color: green;
font-weight: bold;
font-stretch: expanded;
text-align: center;
}
h2 {
font-size: 25px;
text-align: left;
color: black;
}
#HelpUs {
text-align: center;
font-size: 40px;
}
#Submit, #Reset {
background-color: red;
border-radius: 12px;
color: white;
font-weight: bold;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 4px 2px;
cursor: pointer;
width: 150px;
height: 70px;
transform: translateX(390%);
}
label {
color: black;
font-size: 25px;
}
legend {
color: green;
text-align: center;
font-size: 30px;
}
fieldset {
border-style: solid;
border-color: black;
border-width: 5px;
width: 55%;
margin: auto;
}
a, p {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-style: normal;
font-size: 20px;
color: green;
text-align: center;
}