-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathej.css
71 lines (56 loc) · 1.04 KB
/
ej.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
/* general styles */
.jobs {
text-align: left;
width: 80%;
}
.form {
width: 15em;
height: 25em;
}
.border {
border-bottom: solid 5px black;
margin-top: -1.5em;
font-style: italic;
font-weight: lighter;
box-shadow: 0 0px 0px 0px rgba(240,240,0,0.7);
}
#jobapp article {
margin: 3em auto;
padding: 2em 1em;
border: 2px double lightgrey;
border-bottom-right-radius: 2em;
box-shadow: 1px 1px 10px .5px #888888;
background-color: white;
}
.test {
text-shadow: 3px 1px rgba(240,240,0,0.7);
h-shadoow
}
/* Floats */
.left {
float: left;
width: 45%;
}
.right {
float: right;
width: 45%;
}
.group:after {
content: "";
display: table;
clear: both;
}
/* button stuff */
.apply {
background-color: darkgray;
color: black;
text-align: center;
margin: 1em;
text-decoration: none;
padding: .5em 2em;
cursor: pointer;
font-weight: bolder;
color: rgba(240,240,0,0.7);
border-radius: 1.5em;
float: right;
}