1,278
edits
Line 1,856: | Line 1,856: | ||
/* ========================== Integrazione pagine Wix 2024 ========================== */ | /* ========================== Integrazione pagine Wix 2024 ========================== */ | ||
/* ============= Home ============= */ | |||
a, a:hover { text-decoration: none; } | a, a:hover { text-decoration: none; } | ||
Line 1,993: | Line 1,994: | ||
color: white; | color: white; | ||
text-align: center; | text-align: center; | ||
} | |||
/* ============= Scientific community ============= */ | |||
.scientific-community-cover { | |||
height: 400px; | |||
width: 100%; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
color: #045184; | |||
font-size: 300%; | |||
background-image: url('https://wiki.masticationpedia.org/images/0/0d/Scientific_community.jpg'); | |||
background-size: cover; | |||
background-position: center; | |||
} | } |