Skip to content

ChenxiNeko/chenxineko.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TBD span { position: relative; }

span::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background-color: #3cefff; transform-origin: bottom right; transform: scaleX(0); transition: transform 0.5s ease; }

span:hover::before { transform-origin: bottom left; transform: scaleX(1); }

animate__fadeInDown

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published