forked from txcsmad/f16-beginner-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
86 lines (72 loc) · 1.22 KB
/
custom.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
html {
/*background-color: #DADFE1;*/
font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h5 {
font-family: 'Nunito Sans';
font-weight: 700;
}
a {
text-decoration: none;
color: inherit;
}
.hidden {
display: none;
}
.fitimg {
background-color: orange;
max-width: 100%;
box-sizing: border-box;
}
.toc-elem {
font-family: 'Nunito Sans';
font-size: 1.4rem;
letter-spacing: .1rem;
font-weight: 600;
margin-bottom: 0.5rem;
}
.subtitle {
text-transform: uppercase;
font-family: 'Nunito Sans';
font-size: 1.4rem;
letter-spacing: .1rem;
font-weight: 600;
margin-bottom: 0.5rem;
font-weight: 600;
margin-bottom: -5px;
margin-left: 3px;
}
.current-page {
color: gray;
}
.panel {
padding: 10px;
margin-top: 2%;
}
.container {
padding: 2%;
background-color: #fefdfb;
margin-left: 18%;
}
.title-flex-container {
display: flex;
align-items: center;
justify-content: center;
padding: 2.5%;
}
.title-mad-logo {
height: 100px;
margin-right: 3%;
}
.card-container {
display: flex;
margin-top: 2%;
flex-wrap: wrap;
}
.card-container div {
margin-right: 6%;
margin-bottom: 3%;
}
.card-container div img {
height: 150px;
}