Първоначалния сайт
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user