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/ 了解

載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。