-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmain.css
More file actions
90 lines (76 loc) · 1.45 KB
/
Copy pathmain.css
File metadata and controls
90 lines (76 loc) · 1.45 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
body {
background-color: #f1f1f1;
line-height: 1.5em;
}
h1 {
margin-top: .5em;
}
.card h4 {
text-align: center;
color: #344a5f;
font-size: 15px;
font-weight: 600;
font-family: "Nexa";
letter-spacing: 0.1em;
margin: 10px 0;
}
p {
color: #344a5f;
font-size: 15px;
}
a .card, .card {
background-color: white;
height: 320px; /*setting this manually to the height of the card with the most content*/
margin-top: 15px;
margin-bottom: 15px;
position: relative;
text-transform: none;
font-weight: 400;
font-family: "Adagio";
font-size: 13.5px;
text-decoration: none !important;
}
.learn-card:link,
.learn-card:visited,
.learn-card:hover,
.learn-card:active,
.learn-card:focus {
text-decoration: none !important;
}
.card:hover {
border-bottom: solid 5px #344a5f;
}
.card:hover .card-inline-title {
color: #5C93CE;
}
.card-header {
background-color: #344a5f;
padding-top: 10px;
padding-bottom: 10px;
}
.card-header h4 {
color: white;
}
.card-content {
padding: 15px;
letter-spacing: normal;
}
.card-footer {
color: #344a5f;
text-transform: uppercase;
font-family: "Adagio";
position: absolute;
bottom: 0;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
#learn-card .card-header {
background-color: #F47753;
}
#learn-card:hover {
border-bottom: solid 5px #F47753;
}
#learn-card:hover .card-inline-title {
color: #F47753;
}