-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
70 lines (54 loc) · 831 Bytes
/
styles.css
File metadata and controls
70 lines (54 loc) · 831 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
63
64
65
body {
margin: 0px;
}
header {
margin: 0px;
padding: 20px 0px 10px 15px;
background-color: #7DA9F5;
}
header > h1 {
margin: 0px;
}
header > text {
font-size: 13px;
}
#root {
font-family: arial
}
.input-wrapper {
text-align: right;
height: 30px;
background-color: #DEDEDE;
}
.input-wrapper div {
display:inline-block;
padding-right: 15px;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.input-wrapper label {
margin-left: 5px;
margin-right: 5px;
}
ol {
list-style-type:none;
margin-left: 50px;
width: 80%;
}
.item {
border-style: solid;
border-color: grey;
border-width: 0px 0px 1px 0px;
position: relative;
}
.item img {
width: 160px;
height: 160px;
}
.item > div {
display: inline-block;
margin-left: 20px;
position: absolute;
top: 50%;
}