forked from HPQC-LABS/HPQC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
courses.css
53 lines (44 loc) · 806 Bytes
/
courses.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
#wrapper{
padding-bottom: 5%;
}
table {
width: 80%;
margin: 1% 0% 5% 10%;
padding-bottom: 2%;
}
th {
font-size: 1.5em;
}
th:first-child {
width: 50%;
}
th:nth-child(2), th:nth-child(3){
text-align: center;
color: #79C255;
padding-top: 2%;
}
td:first-child {
text-align: justify;
padding: 1% 2% 1% 2%;
}
td {
/* padding-bottom: 2%; */
border-color: rgb(141, 136, 136);
border-bottom-style: dotted;
border-bottom-width: 2px;
}
.check1 {
display: inline-block;
transform: rotate(45deg);
height: 24px;
width: 12px;
border-bottom: 7px solid #79C255;
border-right: 7px solid #79C255;
margin-left: 45%;
}
.check2{
font-size: 2.5em;
text-align: center;
color: rgb(141, 136, 136);
margin-left: 40%;
}