10 lines
165 B
SCSS
10 lines
165 B
SCSS
.content{
|
|
color: green;
|
|
// position: relative;
|
|
// left: 100px;
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: yellow;
|
|
z-index: 99;
|
|
|
|
} |