frog-website/stylesheet.css

47 lines
756 B
CSS

body {
background-image: url(img/background.jpg);
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
text-align: justify;
line-height: 25px;
color: var(--color);
}
.content {
margin: 2em auto 0 auto;
max-width: 1100px;
}
.separator {
width: 150px;
height: 125px;
display: block;
margin-left: auto;
margin-right: auto;
background-image: url(img/frog.png);
}
.separator:hover {
background-image: url(img/frog-hover.png);
}
.separator:active {
background-image: url(img/frog-cwak.png);
}
.fc-right-menu {
text-align: right;
}
@media (max-width: 47.999em) {
.fc-right-menu {
text-align: left;
}
toggle-menu-button {
display: block;
}
}