Skip to content

Commit 5ebedf6

Browse files
authored
Update example.html
1 parent 290737e commit 5ebedf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
<div>
3434
<style>
35-
/* One selector, flat style. */
35+
/* Flat, 1 selector style. */
3636
.me { font-family: 'Noto Sans', sans-serif; background: hsl(264 62% 20%); }
37-
/* One selector, nested style. */
37+
/* Nested, 1 selector style. */
3838
.me { border:none; border-radius: 12px; box-shadow: 0 2px 5px #00000044; padding: 10px 20px; color: #fff; margin: 20px;
3939
& span { background: hsl(264 90% 90%); color: hsl(264 30% 40%); padding: 16px 20px; border-radius: 8px; box-shadow: 0 0 5px hsl(0 0% 0% / 20%);
4040
&::before { content:'🔮'; padding: 0 1ch 0 0; }
4141
}
4242
}
43-
/* One selector, flat style can be more readable! */
43+
/* Flat, 1 selector style can be less busy to look at. We recommend it! */
4444
.me ol { padding: 5px 0; }
4545
.me ol li { list-style: disc; padding: 4px; border-radius: 12px; margin: 4px 20px }
4646
/* ✨ .this and .self alias .me ! */

0 commit comments

Comments
 (0)