ドットの作り方(css)
Sat Mar 08 2025 03:49:40 GMT+0000 (Coordinated Universal Time)
Saved by
@erika
.dot {
width: 200px;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
gap: 0 24px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
content_copyCOPY
Comments