glowing christmas card with CSS


Thirteen days left for Christmas,it 's good time to glow friends and family 's  hearts. 

Page HERE
Github DOWNLOAD

STEP1:
html
 Each letter wrapped in tag span.   = space

STEP2:
css
 Google Fonts import.
The background is a centered image. And make sure everything inside is in the center with display flex.
Outline is the inner border of container.
Border is the out border of container.


Each letter animates by order with animation-delay 0.25s.
There are 18 spans,so the delaytime total is 3.75s which is the exact animation duration time.

 The animate session: First and last time,the color is white , blur, text-shadow glowing.
Other time, the text is normal without fancy glowing.


Responsive format for different screen devices with @media.

Popular posts from this blog

Fancyapps — easily build overlay windows with carousel

Meet Mantine: A TS-Based Open-Source React Components Library

Meet Tippy.js: The Complete Tooltip Popover Plugin