LoginHtml #19

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

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

After

Width:  |  Height:  |  Size: 534 KiB