6 lines
99 B
SCSS
6 lines
99 B
SCSS
.main {
|
|
div.a {
|
|
font-size: 2.5em;
|
|
background-color: rgb(175, 204, 166);
|
|
}
|
|
} |