用户:Staf Irity/Sandbox04.css:修订间差异
来自Limbo Wiki Mirror
小无编辑摘要 |
无编辑摘要 |
||
| 第43行: | 第43行: | ||
.card .g{ | .card .g{ | ||
position: absolute; | position: absolute; | ||
} | |||
.card .h{ | |||
background: linear-gradient(45deg, red, red 95%,grey 95%,grey); | |||
} | } | ||
2025年4月1日 (二) 10:21的版本
.card{
width:150px;
height:200px;
background-color:white;
border:1px solid black;
border-radius:20px;
padding:20px;
position: relative;
}
.card .a{
position: absolute;
left: 10px;
top: 10px;
}
.card .b{
position: absolute;
left: 0;
left: 25px;
top: 12px;
}
.card .c{
position: absolute;
right: 10px;
top: 10px;
}
.card .d{
position: absolute;
right: 10px;
bottom: 10px;
filter:invert(100%);
}
.card .e{
position: absolute;
left: 10px;
bottom: 10px;
}
.card .f{
position: absolute;
left: 72px;
top:90px;
font-size:2em;
}
.card .g{
position: absolute;
}
.card .h{
background: linear-gradient(45deg, red, red 95%,grey 95%,grey);
}
