1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
/* --8<-- [start: css-section] */
div {
color: red;
/* --8<-- [start: css-section2] */
background-color: white;
padding: 16px
/* --8<-- [end: css-section2] */
}
/* --8<-- [end: css-section] */
/* --8<-- [start: css-section3] */
div {
color: red;
/* ;--8<-- [start: css-section4] */
background-color: white;
padding: 16px
/* ;--8<-- [end: css-section4] */
}
/* --8<-- [end: css-section3] */
/* --8<-- [start: css-section5] */
div {
color: red;
/* --8<-- [start: css-section5] */
background-color: white;
padding: 16px
}
/* --8<-- [end: css-section5] */
|