diff --git a/01.Cellular.html b/01.Cellular.html index 6cd693a..9bc2a83 100644 --- a/01.Cellular.html +++ b/01.Cellular.html @@ -10,6 +10,14 @@ margin-left: 8px; margin-bottom: 50px; } + /* Blur transcript by default */ + .transcript { + filter: blur(2px); + } + /* Show transcript when holding the mouse over */ + .transcript:active { + filter: blur(0px); + } body { font-family: sans-serif; } @@ -17,16 +25,18 @@
+ @@ -35,83 +45,99 @@