1,278
edits
Line 2,043: | Line 2,043: | ||
font-size: 150%; | font-size: 150%; | ||
color: #2B6CA3; | color: #2B6CA3; | ||
} | |||
/* ============= Our story ============= */ | |||
.frisardi-nettuno-cover { | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
height: 400px; | |||
background-image: url('https://upload.wikimedia.org/wikipedia/commons/2/26/Costa_di_Nettuno_Levante.JPG'); | |||
background-size: cover; | |||
background-position: center; | |||
} | |||
.frisardi-nettuno-main-title, .frisardi-nettuno-subtitle { | |||
font-size: 300%; | |||
color: white; | |||
text-shadow: 2px 2px 10px rgba(0,0,0,0.2); | |||
} | } |