<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Magazine Layout</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<main class="magazine-cover">
<header class="title">The Edit By KceeCollection</header>
<section class="feature-article">
<h4>Urban Style, Redefined</h4>
<p>In the heart of the city, style is more than clothing—it's a language. It's the subtle confidence in a well-fitted jacket, the bold statement of a bright sneaker, the understated charm of a tailored shirt. At KceeCollection, we believe fashion is the soundtrack to your everyday life, setting the tone for how you move, speak, and leave your mark.</p>
</section>
<section class="small-article1">
<h4>Where Comfort Meets Class</h4>
<p>Gone are the days when style meant sacrificing comfort. Our designs fuse breathable fabrics with clean, modern cuts that let you move with ease. Whether it's a retro jersey that turns heads or joggers that feel like a second skin, every piece is crafted to match your lifestyle—dynamic, bold, and unapologetically you.</p>
</section>
<section class="small-article2">
<h4>The Details Tell the Story</h4>
<p>Look closely and you'll find the little things that set our collection apart. Hand-finished stitching, colors that pop in natural light, zippers and buttons chosen with precision—these details aren't just design choices, they're part of the story your outfit tells the world. Because in fashion, small things often make the loudest statement.</p>
</section>
<section class="cover-image">
<img src="logo.png" alt="Kceecollection brand logo" />
</section>
</main>
</body>
</html>
I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
It looks like all of the screen size breakpoints are messing with the test. If the automated test receives the settings from a smaller screen size, title will no longer span by 3.
You should not really add anything extra that isn’t asked for in the tests. After you pass the tests you can add extra elements if you want to spruce it up as a portfolio piece.
For now you can jut remove all of the breakpoints since they aren’t asked for.