add styles interview

This commit is contained in:
2025-06-22 20:49:00 +03:00
parent 86687a1832
commit 952aaf80ae
9 changed files with 122 additions and 21 deletions

View File

@@ -10,6 +10,10 @@
--second-family: "Unbounded", sans-serif;
}
*, *::before, *::after {
box-sizing: border-box;
}
html {
font-size: 10px;
}