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

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: mono;
src: url('../fonts/monomakh.otf') format('opentype');
}
h2 {
font-family: mono, sans-serif;
color: whitesmoke;
}
img {
width: 60%;
height: auto;
}
/* For smaller screens (e.g., mobile), make the image 100% of the container width */
@media (max-width: 768px) {
img {
width: 70%;
}
}