File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -222,3 +222,21 @@ code .typehint {
222
222
font-weight : normal;
223
223
font-style : italic;
224
224
}
225
+
226
+ /* Count von Count */
227
+ .count-von-count : after {
228
+ content : '' ;
229
+ position : fixed;
230
+ top : 50vh ;
231
+ display : block;
232
+ width : 100% ;
233
+ height : 100vh ;
234
+ opacity : 0 ;
235
+ background : url ('count.webp' ) top center no-repeat;
236
+ background-size : contain auto;
237
+ transition : all .2s ;
238
+ }
239
+
240
+ .count-von-count [data-fragment = "2" ]: after {
241
+ opacity : 1 ;
242
+ }
Original file line number Diff line number Diff line change @@ -987,6 +987,7 @@ An example program using PHP-CLI tools:
987
987
988
988
----
989
989
990
+ <!-- .element: class="count-von-count" -->
990
991
#### PHP-CLI Tools
991
992
992
993
``` cli [1|2|3|4-9]
You can’t perform that action at this time.
0 commit comments