Answers for "load css into thymeleaf"

CSS
1

import css in thymeleaf

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

Browse Popular Code Answers by Language