纪念一代传奇科比
代码语言:html
所属分类:其他
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
body {
background-color: #14091d;
}
.purple {
fill: #41225d;
}
.white {
fill: white;
}
.yellow {
fill: #d7a611;
}
.ball {
fill: #d06a0f;
}
.numbers {
fill: white;
stroke: #41225d;
stroke-width: 4.167;
}
.lakers {
fill: white;
stroke: #41225d;
stroke-width: 2;
}
.skin {
fill: #603b17;
}
.card {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
}
.card svg {
height: 100vh;
-webkit-transition: all .5s;
transition: all .5s;
cursor: pointer;
}
.card svg:hover .purple {
fill: #d7a611;
}
.card svg:hover .yellow {
fill: #41225d;
}
.card svg:hover .skin {
fill: #804d1b;
}
</style>
</head>
<body translate=".........完整代码请登录后点击上方下载按钮下载查看
















网友评论0