40.CSS输入字段文本和渐变边框动画效果

特效

在这里插入图片描述文章来源地址https://uudwc.com/A/AAkyx

源码

index.html
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Input Text Animation</title>
	<link rel="stylesheet" href="style.css">
</head>
<body>
	<div class="inputBox">
		<input type="text" required="required">
		<span>First Name</span>
		<i></i>
	</div>
	<div class="inputBox">
		<input type="text" required="required">
		<span>Last Name</span>
		<i></i>
	</div>
</body>
</html>
css
@import url('https://fonts.googleapis.com/cs

原文地址:https://blog.csdn.net/qq449245884/article/details/133153498

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请联系站长进行投诉反馈,一经查实,立即删除!

上一篇 2023年09月24日 21:03
记录--浏览器渲染15M文本导致崩溃怎么办
下一篇 2023年09月24日 21:04