-
now
-
CSS Practice (follow by position, width height, margin padding, then only color)
.component-a {
& > .name {
position: absolute;
left: 10px;
right: 12px;
width: 100px;
height: 300px;
margin: 12px;
background: red;
color: blue;
}
}