-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
78 lines (77 loc) · 1.46 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
68
69
70
71
72
73
74
75
76
77
78
@charset "UTF-8";
body {
background-color: #fffeee;
padding-left: 7%;
padding-right: 7%;
}
footer{
border-top: 2px solid #0a82a580;
margin-top: 5% ;
}
footer nav{
margin:2%;
text-align: center;
}
footer nav ul{
justify-content: center;
display: flex;
margin: 0 ;
padding: 0 ;
}
footer nav ul li{
list-style: none;
display: inline-block;
width: 18%;
min-width: 90px;
}
footer a{
display: block;
}
div.images {
display: flex;
justify-content: space-around;
margin-top: 20px;
}
h1 {
font-family: serif;
color: #0bd;
border-bottom: 2px solid rgba(10,130,165,.5);
text-align: center;
}
h2 {
font-family: "游ゴシック体","Yu Gothic","YuGothic",sans-serif;
font-size:larger;
margin-bottom: 0;
padding:0;
}
h3 {
font-family: "游ゴシック体","Yu Gothic","YuGothic",sans-serif;
font-size: medium;
margin-top: 7%;
margin-bottom: 0;
}
p {
font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","Sans-serif";
font-size: 20px;
color: #0bd;
margin:0;
}
article {
font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","Sans-serif";
font-size: 15px;
margin: 2;
}
ul {
margin: auto;
}
li {
font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","Sans-serif";
font-size: 20px;
color: rgba(10,130,165,.5);
}
img {
margin: auto;
height: 50%;
width:50% ;
padding: 10px;
}