Alex-Programer

Alex-Programer

随缘博客,不定期更新不确定的内容~
github
twitter

仪表盘任意门

获取名称#

image

主要代码#

注意把下面的 Alex-Programer 换成你的

有自定义过样式的小伙伴请自行调整

header>div:nth-child(2)>div:nth-child(2) {
    padding-bottom: 200px;
    background: url(https://xlog-card.vercel.app/api/Alex-Programer?theme=light) no-repeat;
    background-position: bottom;
}

html.dark header>div:nth-child(2)>div:nth-child(2) {
    background: url(https://xlog-card.vercel.app/api/Alex-Programer?theme=dark) no-repeat;
    background-position: bottom;
}

@media only screen and (max-width: 768px) {

    header>div:nth-child(2)>div:nth-child(2),
    html.dark header>div:nth-child(2)>div:nth-child(2) {
        background-size: contain;
        padding-bottom: 110px;
    }
}

展示效果#

WX20230426-182932@2x

WX20230426-182949@2x

补充#

需要展示的卡片项可以自行调整,可以参考 https://xlog-card.vercel.app/ 了解

加载中...
此文章数据所有权由区块链加密技术和智能合约保障仅归创作者所有。