Page 452 - MDP2022-3
P. 452

width:  0%;
                }
            }
            /*@keyframes  typing{*/
            /*    from{  width:  0;  }*/
            /*}*/
            /*@keyframes  cursor{*/
            /*    50%{  border-color:  transparent;  }*/
            /*}*/
            /*h1{*/
            /*    width:  5ch;*/
            /*    overflow:  hidden;*/
            /*    white-space:  nowrap;*/
            /*    border-right:  .05em  solid  black;*/
            /*    animation:  typing  5s  steps(5),*/
            /*    cursor  1s  steps(1)  infinite;*/
            /*}*/
            /*.wrapper  {*/
            /*    height:  100vh;*/
            /*    !*This  part  is  important  for  centering*!*/
            /*    display:  grid;*/
            /*    place-items:  center;*/
            /*}*/
            /*.typing-demo  {*/
            /*    width:  22ch;*/
            /*    animation:  typing  2s  steps(22),  blink  .5s  step-end  infinite  alternate;*/
            /*    white-space:  nowrap;*/
            /*    overflow:  hidden;*/
            /*    border-right:  3px  solid;*/
            /*    font-family:  monospace;*/
            /*    font-size:  2em;*/
            /*}*/
            /*@keyframes  typing  {*/
            /*    from  {*/
            /*        width:  0*/
            /*    }*/
            /*}*/
            /*@keyframes  blink  {*/
            /*    50%  {*/
            /*        border-color:  transparent*/
            /*    }*/
            /*}*/
            *  {
                margin:  0;
                padding:  0;
   447   448   449   450   451   452   453   454   455   456   457