-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvacant.css
72 lines (70 loc) · 1.6 KB
/
vacant.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
* {
margin:0;
overflow-x: hidden;
}
body{
background-image:url("https://cache.careers360.mobi/media/presets/720X480/colleges/social-media/media-gallery/5050/2018/4/26/Campus-View-4.png");
background: linear-gradient(rgba(0, 0, 0, 0.753), rgba(15, 15, 15, 0.836)), url('https://cache.careers360.mobi/media/presets/720X480/colleges/social-media/media-gallery/5050/2018/4/26/Campus-View-4.png');
background-repeat: no-repeat;
background-position:center center;
background-size:cover;
text-align: center;
background-attachment: fixed;
}
.letters{
margin-top: 30px;
color:rgb(21, 4, 177);
font-family:'Alegreya Sans SC' ;
font-size: 40px;
text-shadow: 1px 1px white;
}
form, .content {
width: 60vw;
margin-top: 40px;
margin-left: 270px;
padding: 20px;
border: 1px solid #B0C4DE;
background: rgba(22, 22, 22, 0.39);
border-radius: 0px 0px 10px 10px;
height: 70vh;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.input-group {
margin: 10px 0px 10px 0px;
height: 6vh;
}
.input-group label {
display: block;
text-align: left;
margin: 3px;
}
.input-group input {
height: 3vh;
width: 40%;
padding: 5px 10px;
font-size: 16px;
border-radius: 5px;
border: 1px solid gray;
background-color: rgb(226, 226, 255);
}
.input-group input:hover {
border: 2px solid rgb(21, 4, 177);
}
.btn {
padding: 10px;
font-size: 15px;
color: white;
background: rgb(21, 4, 177);
border: none;
border-radius: 5px;
}
.inp textarea{
margin-bottom: 25px;
background-color: rgb(226, 226, 255);
}
.inp :hover {
border: 2px solid rgb(21, 4, 177);
}
p{
color:white;
}