Finishing touches

The last thing we need to do is fix the section just above the footer. We used this as an example of our grid classes. However, we want our layout to be semantic before we hand it over to the client. They'll use those classes once they take control of adding content, but for us to use those classes would be lazy.

First, let's fix our markup:

<section class="services"> <h3 class="services-title">Swag Services</h3> <div class="container"> <article class="service"> <h3 class="service-title">Service One</h3> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. A consequatur consequuntur dignissimos dolores eius impedit incidunt soluta voluptatum. Deserunt dolore mollitia placeat quam rerum. Amet dolorum exercitationem modi ...

Get Mastering Sass now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.