login-register.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/login-register.css">
<script src="js/jquery.js"></script>
<script src="js/login-register.js"></script>
</head>
<body>
<div class="box">
<div class="box-login">
<div class="login">
<h1>Login</h1>
<span id="user-icon"></span><input type="text" placeholder="username">
<span id="psw-icon"></span><input type="password" placeholder="password" class="password">

这篇博客介绍了如何结合html、css和jquery来实现一个简单的登录注册页面。作者提供了详细的步骤,包括从字体图标网站选择并下载图标,然后将fonts文件夹整合到项目中,以实现页面的视觉效果。
最低0.47元/天 解锁文章

被折叠的 条评论
为什么被折叠?



