Augen Symbol entfernt

This commit is contained in:
Ruwen 2024-11-21 09:53:50 +01:00
parent fa7f7d59cb
commit 160c9f6299
3 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="JavaScriptLibraryMappings"> <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> </component>
</project> </project>

View File

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

View File

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