-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyling.css
More file actions
62 lines (50 loc) · 728 Bytes
/
styling.css
File metadata and controls
62 lines (50 loc) · 728 Bytes
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
.card {
font-family: arial;
font-size: 20px;
color: black;
background-color: white;
margin: 2em 5em;
max-width: 700px;
}
h1,h2,h3,h4,h5,p,ul,li {
margin: 0;
}
.black {
color: black;
}
.grey {
color: grey;
}
.bold {
font-weight: bold;
}
.phoneticText {
margin-top: 7px;
}
.word {
margin-bottom: 1em;
}
.rowContainer {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.definitionContainer {
margin: 1em;
}
.senseContainer {
margin-bottom: 1em;
}
.senseAndSubsenseContainer {
display: flex;
flex-direction: column;
}
.lexicalCategory {
margin-top: 1em;
}
.lexicalEntries {
margin-bottom: 1.5em;
}
.lemmaContainer {
margin-bottom: 4em;
}