-
Notifications
You must be signed in to change notification settings - Fork 5
/
style.css
88 lines (72 loc) · 1.14 KB
/
style.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
87
88
header {
margin: 0em;
padding: 0em;
}
header .titles {
padding: 0em;
display: block;
margin-left: auto;
margin-right: auto;
background-color: white;
border-radius: 5px;
}
header h1 {
color: yellow;
box-shadow: none;
text-align: left;
padding: 0px;
font-size: 250%;
}
header h2 {
color: white;
box-shadow: none;
border: none;
margin: inherit;
text-align: left;
padding: 0px;
font-size: 150%;
}
header img {
border-radius: 20px;
text-align: center;
}
h1 {
color: dodgerblue;
}
h2 {
text-align: center;
bottom-border: 1px solid darkgray;
}
h1,
h2,
h3 {
margin: 20px;
padding: 20px;
}
p {
margin: 1.3em;
}
li {
margin: 0em;
}
/* --------------------------
C L A S S E S
*/
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
.card {
border: 1px solid gray;
max-width: 800px;
margin: 2em auto;
}