forked from MLSC-BSOITR/Employment-Opportunities
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
73 lines (64 loc) · 1.13 KB
/
styles.css
File metadata and controls
73 lines (64 loc) · 1.13 KB
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
*{
margin: 0;
padding: 0;
}
body{
background-color: #DFE2ED;
}
.heading{
text-align: left;
padding: 10px;
border: 2px #2c2c2c;
font-family: 'Montserrat', sans-serif;
font-size: 50px;
}
.contentBody{
font-family: 'Montserrat', sans-serif;
color: #2c2c2c;
}
th{
font-family: 'Montserrat', sans-serif;
color: #000000;
}
marquee{
height: 50px;
overflow: hidden;
position: relative;
text-align: center;
background: #DFE2ED;
color: #2c2c2c;
border: 1px solid #fff;
border-radius: 50px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
marquee p{
position: absolute;
width: 100%;
height: 100%;
margin: 0;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
font-style: italic;
font-size: 25px;
line-height: 50px;
text-align: center;
}
span{
font-family: 'Montserrat', sans-serif;
}
th, td {
border-bottom: 1px solid #2c2c2c;
}
table{
text-align: left;
}
thead{
background-color: #04AA6D;
}
tr:hover{
background-color: azure;
}
a{
text-decoration: none;
color: blue;
}