It is good practice nowadays to move css from head to before </body>. It increases Google PageSpeed Insights ranks for mobile. If I move css to before </body> HTML validator gives error for css <link> tag. I have to add property=”stylesheet” to this css tag to pass html-validation.