-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjobpply.css
81 lines (68 loc) · 1.38 KB
/
jobpply.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
.container{
margin-top:60px;
margin-left: 120px;
margin-right: 120px;
margin-bottom: 60px;
}
a {
text-decoration: none;
color: black;
}
ul {
list-style-type: none;
margin: 10px;
padding: 20px;
float: right;
overflow: hidden;
background-color: transparent;
color: #fff;
}
li {
float: left;
}
li a {
background: transparent;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.button1{
background-color: dodgerblue;
border-radius: 10px;
color: white;
padding: 12px 28px;
margin: 5px 5px;
}
.button2{
background-color: tomato;
border-radius: 10px;
color: white;
padding: 12px 28px;
margin: 4px 2px;
}
.button3{
background-color: dodgerblue;
color: white;
padding: 12px 28px;
margin: 5px 5px;
border-radius: 5px;
}
.active {
color:blue;
}
.block{
}
.cblock{
float: left;
width: 50%;
}
input[type=text]{
width: 100%;
padding: 15px;
margin: 10px 0 5px 0;
display: inline-block;
border: none;
border-radius: 5px;
background: white;
}