writing css inside an HTML file - hogehoge666/syno_moments_slider GitHub Wiki
<html>
<head>
<style type="text/css">
.class1 {
...
}
.class2 {
...
}
</style>
</head>
<body>
...
</body>
</html>
<html>
<head>
<style type="text/css">
.class1 {
...
}
.class2 {
...
}
</style>
</head>
<body>
...
</body>
</html>