用 CSS 在前面和后面加内容

用 CSS 在前面和后面加内容
blockquote::before {
    color: #bbb;
    content: "“";
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.2em;
    vertical-align: -0.4em;
}
blockquote::after {
    color: #bbb;
    content: "”";
    font-size: 3em;
    line-height: 0.1em;
    vertical-align: -0.45em;
}

Comments

Popular posts from this blog

emule kad 无法连接

windows10中如何给单独应用设置DPI缩放?(小工具)