<section class="full__bleed">
<div class="container">
<h1>Pate Title</h1>
<p>Meaning that a low-fi sketch doesn’t represent all details of the design you’re working ons.Meaning that a low-fi sketch doesn’t represent all details of the design you’re working ons.</p>
</div>
</section>
<section>
<div class="wrapper">
<p>Meaning that a low-fi sketch doesn’t represent all details of the design you’re working on, whereas a high-fi sketch is a muc.Meaning that a low-fi sketch doesn’t represent all details of the design you’re working ons.</p>
</div>
</section>
@font-face {
font-family: "Redacted";
src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/62127/redacted-regular.woff2")
format("woff2");
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
width: 100vw;
min-height: 100vh;
font-family: Redacted, sans-serif;
background-color: #557;
color: #fff;
line-height: 1.5;
font-size: clamp(1rem, 1.2rem + 1vw, 1.25rem);
}
section + section {
margin: 1rem 0;
}
.full__bleed {
min-height: 300px;
}
.full__bleed * {
mix-blend-mode: difference;
filter: hue-rotate(180deg);
}
section {
--limit-container-width: 65ch;
--gutter: 1rem;
padding: 2rem max(var(--gutter), 50% - var(--limit-container-width) / 2);
}
.full__bleed {
background: url(https://picsum.photos/2568/600?random=1) no-repeat center;
background-size: cover;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.