-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmystyle.css
84 lines (71 loc) · 1.29 KB
/
mystyle.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
#firstblock {
margin-left: 5cm;
margin-top: 4cm;
color:#c52347;
}
#secondblock {
margin-left: 5cm;
margin-top: 3cm;
margin-right: 5cm;
border: 2px solid blue;
margin-bottom: 50px;
padding: 20px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#thirdblock {
font-size: 20px;
border-style: dotted;
margin-left: 5cm;
margin-right: 5cm;
margin-bottom: 20px;
padding-left: 80px;
}
#mainblock {
font-size: 20px;
border-style: double;
border-width: 5px;
width: max-content;
margin-left: 20%;
background-color:#b5ffee;
}
#accept {
background: green;
color: white;
font-size: 20px;
border: none;
padding: 15px 32px;
text-align: center;
cursor: pointer;
}
#reject {
background: red;
color: white;
font-size: 20px;
border: none;
padding: 15px 32px;
text-align: center;
cursor: pointer;
}
.list {
font-size: 23px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#p1 {
font-size: 25px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#imageprof {
position: absolute;
left: 55%;
top: 6%;
border-radius: 50%;
}
#p2 {
font-size: 23px;
}
#form1 {
margin-bottom: 20px;
}
body{
background-color: blanchedalmond;
}