LoginHtml #19

Merged
vex merged 3 commits from LoginHtml into develop 2025-02-27 09:35:16 +00:00
3 changed files with 10 additions and 4 deletions
Showing only changes of commit 160c9f6299 - Show all commits

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptLibraryMappings">
<file url="file://$PROJECT_DIR$" libraries="{HTML, HTTP Pre-Request and Response Handler, boxicons}" />
<file url="file://$PROJECT_DIR$" libraries="{HTML, HTTP Pre-Request and Response Handler}" />
</component>
</project>

View File

@ -6,7 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./Styles/login/style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<title>Loging</title>
<title>Login</title>
<style>
input::-ms-reveal,
input::-ms-clear {
display: none;
}</style>
</head>
<body>
@ -14,7 +19,9 @@
<form action="">
<h1>Login</h1>
<div class="input-box">
<input type="text" placeholder="Username" required>
<label>
<input type="text" placeholder="Username" required>
</label>
<i class='bx bxs-user'></i>
</div>
<div class="input-box">

View File

@ -58,7 +58,6 @@ body {
top: 50%;
transform: translateY(-50%);
font-size: 20px;
margin-top: 4px;
}
.wrapper .remember-forgot {