Answers for "thymeleaf how to import css into html"

CSS
2

import css in thymeleaf

<link rel="stylesheet" th:href="@{/css/myStyle.css}">
Posted by: Guest on May-26-2021

Code answers related to "thymeleaf how to import css into html"

Browse Popular Code Answers by Language