Answers for "thymeleaf where to put your css file"

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 where to put your css file"

Browse Popular Code Answers by Language