-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdanjou.css
More file actions
86 lines (79 loc) · 1.36 KB
/
Copy pathdanjou.css
File metadata and controls
86 lines (79 loc) · 1.36 KB
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
79
80
81
82
83
84
85
86
.nav-pc {
width: calc(100% - 20px);
background-color: #f9f9f9;
padding: 5px;
}
.main {
width: calc(100% - 20px);
padding: 5px;
}
ul {
list-style: none;
}
.input-1 {
padding: 10px;
border: solid #000 2px;
width: 100%;
border-radius: 5px;
}
.fb-1 {
display: flex;
}
.list{
color:#f9f9f9;
background:#222;
}
.nav-a {
color: #000;
text-decoration: none;
font-size: small;
}
.topbar {
width: calc(100% - 20px);
border-bottom: solid 2px #000;
padding: 10px;
color: #000;
}
.bottom {
width: calc(100% - 40px);
display:block;
text-align:center;
padding:20px;
background:#fcfcfc;
color:#909090;
margin:none;
}
.container {
width: 800px;
margin: 0 auto;
}
body,
html {
margin: 0px;
width: 100%;
height: 100%;
font-family: "IBM Plex Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
}
.white{
text-decoration:dotted;
color:#fff;
margin-left:10px;
}
summary{
cursor: pointer;
}
@media screen and (max-width: 768px) {
.container {
width: 600px;
margin: 0 auto;
width:95%;
}
.nav-pc {
overflow-x: scroll;
width: calc(100% - 10px);
background-color: #f9f9f9;
padding: 5px;
}
}