-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheat-sheet.css
More file actions
60 lines (58 loc) · 1.27 KB
/
cheat-sheet.css
File metadata and controls
60 lines (58 loc) · 1.27 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
.masthead {
padding: 13em 0;
background-image: url('https://www.mckinsey.com/~/media/McKinsey/Business%20Functions/Strategy%20and%20Corporate%20Finance/Our%20Insights/How%20climate%20change%20could%20affect%20corporate%20valuations/054%20How%20climate%20change%20could%20affect%20corporate%20valuations%20main%20image_Original.ashx');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
}
.content-width {
max-width: 50em;
margin-left: auto;
margin-right: auto;
}
.smallest{
font-size: 12px;
}
.small{
font-size: 24px;
}
div.c{
text-align: right;
}
.bottomright {
position: absolute;
bottom: 235px;
right: 30px;
font-size: 36px;
line-height: 1em;
color: #212F3D;
font-family: "Arial Black", Gadget, sans-serif;
text-shadow: .5px .5px;
}
.text-center {
text-align: center;
}
h1{
font-size: 50px;
}
h2{
font-size: 18px;
line-height: 3px;
}
body{
color: #212F3D;
font-family:"Open Sans", "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: normal;
background-color: rgb(236, 228, 216);
line-height: 1.5em;
margin: 8px;
display: block;
}
.container{
width: 95%;
}
.box-1{
background-color: rgb(202, 189, 172);
}