/* @media (min-width: 1200px) { .bg { display: block; text-align: center; width: 100%; background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 100%), no-repeat center image-set(url("/assets/images/background.webp"), url("/assets/images/background.jpeg")); height: 200px; } .bg h1 { text-align: center; font-weight: bold; font-size: 50px; text-shadow: 2px 2px 2px #c5d1d8; color: #FFF; padding-top: 60px; } }*/ @import url('https://fonts.cdnfonts.com/css/noto-sans'); * { --hover-color: #f18902; --border-slim-color: #495057; --border-light-gray-color: #e5e5e5; } main { font-family: 'Noto Sans', sans-serif; } * { font-family: 'Noto Sans', sans-serif; } @media (min-width: 1200px) { article { width: 1280px; margin: auto auto; } .bg { height: 200px; display: flex; justify-content: space-between; } .bg::after { display: block; text-align: center; width: 100%; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,0) 100%), no-repeat center image-set(url("/assets/images/background.webp"), url("/assets/images/background.jpeg")); height: 200px; width: calc(100% - 300px); max-width: 1200px; content: ' '; } .bg h1 { font-weight: bold; font-size: 50px; text-shadow: 2px 2px 2px #c5d1d8; text-align: center; display: block; width: 300px; line-height: 4; } }