website/sass/css/base.scss
2022-09-26 08:11:43 +02:00

80 lines
975 B
SCSS

@font-face {
font-family: Amatic;
src: url("/fonts/AmaticSC-Bold.woff2");
}
@font-face {
font-family: LunaSans;
src: url("/fonts/LunaSans-Regular.ttf");
}
html, body {
margin: 0;
padding: 0;
font-family: LunaSans;
}
header {
height: 48px;
max-width: 1100px;
margin: 0 auto 16px auto;
font-size: 24px;
}
#header-logo {
float: left;
height: 48px;
}
#header-menu ul {
float: right;
list-style-type: none;
margin: 9px 0 0 0;
}
#header-menu li {
display: inline-block;
margin: 0 8px;
}
#header-menu a {
padding: 8px 8px;
color: black;
}
#header-menu a:hover, #header-menu a:focus {
border-bottom: 2px solid #ac44ff;
}
main {
width: 100%;
text-align: center;
}
a, a:visited {
text-decoration: none;
}
.sr-only {
position: absolute;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.cities {
font-size: 18px;
}
.madein {
width: 256px;
}
.slogan1 {
font-size: 400%;
font-family: Amatic;
}