add header

This commit is contained in:
smanylov
2025-11-26 14:01:35 +07:00
parent 7a8c2cee56
commit ebca795c1b
16 changed files with 618 additions and 41 deletions
+20
View File
@@ -0,0 +1,20 @@
html,
body {
overflow-x: hidden;
}
body {
font-family: 'Segoe UI', sans-serif;
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
a {
text-decoration: none;
}
@import "tailwindcss";