冷静周刊
by Hymnsin
HTML
<h1>TO BE CONTINUED ...</h1>
<c><p>Please feel free to comment or recommend your own masterpieces.</p></c>
<c><p><hymnsin>With lots of love.</hymnsin></p></c>
CSS
{
font-family:'Noto Serif', 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif;
}
body {
background: #fafafa;
padding: 10px 20px;
}
h1, h2, h3 {
font-weight: 600;
text-align: center;
}
h1 {
font-size: 20px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 14px;
display: block;
font-weight: 600;
color: #a37d1b;
}
hymnsin {
color: #f097af;
}
c{
text-align: center;
}
mini {
font-size:8px;
}
p {
color: #888;
}
.word {
margin-left: -20px;
}
.link {
display: inline-flex;
list-style-type: none;
margin-left: -40px;
margin-top: -40px;
font-size: 14px;
line-height: 14px;
}
.link ul {
margin-bottom: -40px;
}
.link > .line::before {
content:"";
height: 100%;
margin: 0 20px;
border-right: solid 1px #cacaca;
}
a {
color: #a37d1b;
text-decoration: none;
transition: 0.5s;
}
a:hover {
color: #F097AF;
text-decoration: none;
}