Skip to content

Commit 5ddbd14

Browse files
committed
A little easter egg for my fellow millenials
1 parent 74af9a9 commit 5ddbd14

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

resources/count.webp

57.3 KB
Binary file not shown.

resources/styles.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
}

slides.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)