...

/

Merchant and Signup Section

Merchant and Signup Section

Let's add the merchant and signup sections of our Shopify clone.

The merchant section

The merchant section shows off an actual success story.

Let's begin by adding section five's containers and a custom background.

Press + to interact
<head>
<style>
.bg-custom2 {
background: #f5f5fc;
}
</style>
</head>
<body>
<!-- section 5 -->
<div class="container-fluid">
<div class="container">
This is section 5
</div>
</div>
</body>

Our section 5 ...