Files
bgstarina/css/vid.css
T

22 lines
387 B
CSS

@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%;
}
}