cleaned up files and fixed stylesheet

This commit is contained in:
Fabian 2024-11-20 10:02:33 +01:00
parent fee0e5c183
commit fa7f7d59cb
3 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="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'>
<title>Loging</title>
</head>

View File

@ -14,7 +14,7 @@ body {
justify-content: center;
align-items: center;
min-height: 100vh;
background: url("LoginBackround.jpg");
background: url("../../images/LoginBackround.jpg");
}
.wrapper {

View File

Before

Width:  |  Height:  |  Size: 534 KiB

After

Width:  |  Height:  |  Size: 534 KiB