Не подключается css к html

html страница

    <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="https://www.thymeleaf.org"
      xmlns:sec="https://www.thymeleaf.org/thymeleaf-extras-springsecurity3" lang="en">
<head>
    <link rel="stylesheet" href="css/login.css" type="text/css">
</head>
<body>
<form action="#" th:action="@{/register}" object="${registrationRequest}" method="post">
    <div class="dws-input">

    <div><label> Email : <input type="text"  field="*{login}"  name="login"/> </label></div>
    <div><label> Password: <input type="password"  field="*{password}" name="password"/> </label></div>
    <div><input type="submit" value="Sign Up"/></div>
        </br>
        <a href="auth" >Sign In</a>
    </div>
</form>
<div></div>
</body>
</html>

css файл

a{
    color: #fff;
}
a:hover{
    text-decoration: none;
}

структура проекта


Ответы (0 шт):