<section>
<h1>Profession: HTML/CSS Developer</h1>
<p>Creates pages using HTML and CSS. Can take full advantage of the Flex and Grid modules. Uses the SASS preprocessor and the Pug template engine, and builds projects using Gulp. Makes sure the site is accessible by creating semantically correct markup. Creates components and utilities on Bootstrap. Typesets adaptive layouts.</p>
</section>
body {
background: #ccc;
}
section {
box-sizing: border-box;
width: 500px;
height: 300px;
padding: 20px;
color: #fff;
font: 22px/1.5 sans-serif;
background: #1d3e53;
}
h1 {
font-size: 2em;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.