mirror of
https://github.com/thangisme/notes.git
synced 2026-07-31 22:10:50 -04:00
Initial commit
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
.a {
|
||||
break-inside: auto
|
||||
}
|
||||
|
||||
.b {
|
||||
break-inside: avoid
|
||||
}
|
||||
|
||||
.c {
|
||||
break-inside: avoid-column
|
||||
}
|
||||
|
||||
.d {
|
||||
break-inside: avoid-page
|
||||
}
|
||||
|
||||
.e {
|
||||
break-inside: avoid-region
|
||||
}
|
||||
Reference in New Issue
Block a user