-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (46 loc) · 785 Bytes
/
style.css
File metadata and controls
53 lines (46 loc) · 785 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
body {
width: auto;
max-width: 600px;
margin: 0;
margin-right: auto;
margin-left: auto;
font-family: "Noto Sans JP", sans-serif;
text-align: center;
}
#notice-background {
background-color: #ffdddd;
padding: 10px;
border: 2px solid #ff8888;
border-radius: 10px;
margin: 6px;
}
#ohayo {
font-size: 64px;
font-weight: 500;
}
#shareDescription {
margin: 25px 0 0 0;
}
footer {
margin: 50px 20px 0 0;
text-align: right;
}
.shareButton {
font-size: 15px;
position: relative;
display: inline-block;
padding: 3px 15px;
transition: 0s;
text-align: center;
vertical-align: middle;
text-decoration: none;
border-radius: 100vh
}
.shareButton-twitter {
color: #fff;
background-color: #1d9bf0;
}
.shareButton-twitter:hover {
color: #fff;
background: #0c7abf;
}