LoginHtml #19
2
.idea/jsLibraryMappings.xml
generated
2
.idea/jsLibraryMappings.xml
generated
@ -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>
|
||||
@ -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">
|
||||
|
||||
@ -58,7 +58,6 @@ body {
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
font-size: 20px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.wrapper .remember-forgot {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user