forked from ankitraju123/vengeful-anger-1431
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsalaryGuide.css
117 lines (106 loc) · 1.91 KB
/
salaryGuide.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
#top-section {
display: flex;
width: 80%;
margin: auto;
justify-content: center;
margin-top: 50px;
gap: 10px;
/* border: 1px solid red; */
}
#what>input {
width: 300px;
border: none
}
#top-section>div>h3 {
border: 1px solid rgb(66, 62, 62);
border-radius: 10px;
/* margin: 5px; */
padding: 10px;
}
#input{
/* font-size: 20px; */
background-color: #E8F3FC;
}
#top-btn {
margin-top: 20px;
width: 80px;
height: 40px;
border: 1px solid rgb(66, 62, 62);
border-radius: 10px;
color: aliceblue;
background-color: rgb(37, 87, 167);
}
.top-section {
width: 40%;
margin: auto;
/* justify-content: center; */
text-align: start;
margin-bottom: 50px;
}
.top-section>h3>a {
font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 17px;
font-weight: 600;
line-height: 21px;
text-decoration-line: none;
color: rgb(37, 87, 167);
;
}
#h3-span {
font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 17px;
font-weight: 400;
line-height: 21px;
color: rgb(52, 52, 53);
;
}
#mid-section {
width: 50%;
margin: auto;
justify-content: center;
text-align: center;
gap: 40px;
}
.mid-section {
border-radius: 5px;
background-color: black;
color: aliceblue;
margin: 5px;
padding: 7px;
}
#mid-section-btn {
border: none;
background-color: white;
}
#love{
display: flex;
background-color: #E8F3FC;
justify-content: space-between;
}
#headImg>img{
width: 40vw;
}
#head{
margin-left: 4vw;
}
#mainCont{
width: 70vw;
margin: auto;
}
.jobs{
display: flex;
justify-content: space-between;
margin: 10px 50px;
border: 1px solid grey;
padding: 15px;
border-radius: 10px;
}
.p1{
font-weight: bold;
}
.des>p+p{
font-size: 20px;
}
#image{
margin-right: px;
}