獲取名稱#
主要程式碼#
注意將下面的 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;
}
}
展示效果#
補充#
需要展示的卡片項目可以自行調整,可以參考 https://xlog-card.vercel.app/ 了解