start_sass-bootstrap_project/app/scss/custom.scss

11 lines
134 B
SCSS
Raw Normal View History

2022-11-07 12:09:12 +00:00
div.coucou {
margin: 1em;
padding: 2em;
background-color: cyan;
span {
padding: 1em;
background-color: yellow;
}
}