1,278
edits
Line 2,045: | Line 2,045: | ||
} | } | ||
/* ============= | /* ============= Frisardi Masticationpedia ============= */ | ||
.frisardi-nettuno-cover { | .frisardi-nettuno-cover { | ||
display: flex; | display: flex; | ||
Line 2,054: | Line 2,054: | ||
background-size: cover; | background-size: cover; | ||
background-position: center; | background-position: center; | ||
text-align: center; | |||
} | } | ||
.frisardi-nettuno-main-title, .frisardi-nettuno-subtitle { | .frisardi-nettuno-main-title, .frisardi-nettuno-subtitle { | ||
font-size: 300%; | |||
color: white; | |||
text-shadow: 2px 2px 10px rgba(0,0,0,0.2); | |||
} | |||
/* ============= Fontana Masticationpedia ============= */ | |||
.fontana-como-cover { | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
height: 400px; | |||
background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Como_-_Comune_di_Como_-_2023-09-08_23-29-16_001.jpg/2560px-Como_-_Comune_di_Como_-_2023-09-08_23-29-16_001.jpg'); | |||
background-size: cover; | |||
background-position: center; | |||
text-align: center; | |||
} | |||
.fontana-como-main-title, .fontana-como-subtitle { | |||
font-size: 300%; | font-size: 300%; | ||
color: white; | color: white; | ||
text-shadow: 2px 2px 10px rgba(0,0,0,0.2); | text-shadow: 2px 2px 10px rgba(0,0,0,0.2); | ||
} | } |