border-radius not showing on the top border

@import url(‘https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Fraunces:opsz,wght@9..144,700&family=Rye&family=Seymour+One&family=Ultra&display=swap’); * { box-sizing: border-box; } body { background-color: black; } .parent { display: flex; flex-direction: column; max-width: 600px; font-family: “Montserrat”; border-radius: 10px; margin: 20px; background-color: white; } picture { display: block; } img { width: 100%; height: 100%; } .main-content { padding: 1rem; } .cologne { text-transform: uppercase; letter-spacing: 0.5rem; color: #8f8f8f; }… Read More border-radius not showing on the top border