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 {
222222 font-weight : normal;
223223 font-style : italic;
224224}
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:
987987
988988----
989989
990+ <!-- .element: class="count-von-count" -->
990991#### PHP-CLI Tools
991992
992993``` cli [1|2|3|4-9]
You can’t perform that action at this time.
0 commit comments