-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
51 lines (40 loc) · 759 Bytes
/
styles.css
File metadata and controls
51 lines (40 loc) · 759 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
/* General styles */
/* CSSリセット */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, figure, figcaption, blockquote, form, fieldset, legend, input, textarea, button, select, option, table, th, td {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
body {
line-height: 1;
}
ul, ol {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
h1 {
color: #333;
font-size: 24px;
}
p {
color: #333;
font-size: 16px;
font-weight: bold;
}
ruby{
line-height: 1.5;
}
rt {
font-size: 10px;
}