-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform.css
79 lines (79 loc) · 1.51 KB
/
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
/*{
margin: 0;
}*/
html{
background-color:#f0ebf8;
}
.header{
margin-top: 15px;
border: 3px solid white;
background-color: white;
margin-left: 300px;
margin-right: 300px;
margin-top: 30px;
padding: 30px;
}
.header .para1{
display: flex;
justify-content: center;
font: size xx-large;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.header .para2{
display: flex;
margin-left: 8px;
}
.header .para3{
display: flex;
margin-left: 8px;
color:red;
}
.header1{
margin-top: 15px;
border: 3px solid white;
background-color: white;
margin-left: 300px;
margin-right: 300px;
margin-top: 30px;
}
.p1{
margin-left: 25px;
}
.p2{
color: rgb(163, 160, 160);
margin-left: 25px;
-ms-text-underline-position: under ;
}
.header2{
margin-top: 15px;
border: 3px solid white;
background-color: white;
margin-left: 300px;
margin-right: 300px;
margin-top: 30px;
}
super{
color:red;
}
.header3{
margin-top: 15px;
border: 3px solid white;
background-color: white;
margin-left: 300px;
margin-right: 300px;
margin-top: 30px;
}
.header4{
margin-top: 15px;
border: 3px solid white;
background-color: white;
margin-left: 300px;
margin-right: 300px;
margin-top: 30px;
}
button{
background-color: blueviolet;
margin-left: 300px;
color: white;
border-color: blueviolet;
}