start_sass-bootstrap_project/app/scss/_custom.scss

12 lines
135 B
SCSS
Raw Normal View History

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