forked from jschof1/DataEthicsCanvas-TranslationTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
67 lines (59 loc) · 1.08 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
/* .background-check {
background-image: url('./ODI Data Ethics Canvas - Learning team derivative - 2020-06-25 copy.jpg');
} */
body {
color:white;
font-family: "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#top-left {
height: 260px;
width: 610px;
}
#license-logo {
align-self: center;
margin-right: 25px;
}
.image-text {
display: inline-flex;
}
#bottom-left {
font-size: 90px;
}
#bottom-right-license {
display: inline;
font-size: 31.5px;
font-weight: 400;
}
#bottom-right-link {
font-size: 60px;
}
#top-right {
font-size: 240px;
}
#top-right-date {
font-weight: 400;
font-size: 60px;
}
h2 {
display: inline-block;
color: #355c9f;
padding: 0px;
}
.list-container {
position: absolute;
bottom: 0;
left: 0;
padding-bottom: 15px;
padding-right: 20px;
}
li {
font-size: 43px;
list-style-type: none;
padding: 15px;
}
h3 {
font-size: 100px;
margin-top: 43px;
margin-left: 70px;
padding-right: 135px;
}