Files
2023-08-12 15:56:22 +08:00

10 lines
165 B
SCSS

.content{
color: green;
// position: relative;
// left: 100px;
width: 100px;
height: 100px;
background-color: yellow;
z-index: 99;
}