30.CSS文本悬停过渡效果

效果

30.CSS文本悬停过渡效果_第1张图片

源码

index.html



	
	CSS Focus Text Hover Effects
	


	

F o c u s

css
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: monospace;
}
body
{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	

你可能感兴趣的:(CSS特效案例,css,前端)