Първоначалния сайт

This commit is contained in:
2026-05-09 15:24:31 +03:00
parent a3ac63152e
commit 7465d022cc
133 changed files with 1166579 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
@font-face {
font-family: miro;
src: url('../fonts/miroslav.otf') format('opentype');
}
h1 {
font-family: miro, sans-serif; /* Apply the font only to h1 */
font-size: 36px;
}
img {
width: 20%;
height: auto;
}
/* For smaller screens (e.g., mobile), make the image 100% of the container width */
@media (max-width: 768px) {
img {
width: 70%;
}
}