-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetStyle.css
97 lines (97 loc) · 1.33 KB
/
setStyle.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
95
96
97
*{
margin-left: 1px;
margin-right: 1px;
margin-top: 1px;
margin-bottom: 1px;
}
body
{
width: 325px;
height: 400px;
border: groove;
border-width: 8px;
background-image: linear-gradient(to bottom right, rgb(0, 183, 255), rgb(0, 200, 100));
}
form
{
position: absolute;
top: 63%;
left: 34%;
width: 20px;
height: 9px;
}
label
{
font-family: "Tahoma";
font-size: 18px;
margin-left: 15px;
}
option
{
font-family: "Tahoma";
font-size:10px;
}
h2
{
font-family: "Tahoma";
font-weight: bold;
font-size: 22px;
}
h3
{
font-family: "Tahoma";
font-weight: bold;
font-size: 18px;
margin-left: 15px;
}
p
{
font-family: "Tahoma";
font-size:12;
margin-left: 16px;
margin-right: 16px;
}
.press
{
background-color: #7e9ace;
color: white;
padding: 12px;
font-size: 12px;
border: none;
}
hr
{
width: 100%;
border: 2px dotted white;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-items{
color: black;
padding: 14px;
text-decoration: none;
display: block;
}
select
{
font-family: "Tahoma";
font-size: 14px;
font-weight: bold;
}
#leave
{
width: 21px;
height:24px;
}
#close
{
position: absolute;
top: 87%;
left: 72%;
}
#clickright
{
margin-left:55px;
}