-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
61 lines (46 loc) · 721 Bytes
/
styles.css
File metadata and controls
61 lines (46 loc) · 721 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
#main-body {
width: 330px;
border: 1px solid lightgray;
box-shadow: 5px 5px #E8E8E8 ;
border-radius: 10px;
}
h3 {
padding: 0 14px;
font-size: 16px;
}
#image {
width: 300px;
height: 200px;
padding: 0 14px;
}
#textbox {
border: inherit;
border-radius: inherit;
font-size: 0.9em;
padding: 13px;
margin: 15px;
width: 270px;
}
.interesting {
font-style: italic;
font-size: 10px;
}
#list {
list-style-type: none;
margin-left: 0;
padding-left: 0;
font-size: 10px;
}
.label {
font-weight: bold;
font-size: 12px;
}
.description {
font-size: 10px;
font-family: Georgia, serif;
}
#source {
font-size: 8px;
padding: 10px;
text-align: right;
}