Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <!-- макет6 -->
 <!-- Макет №6 -->
  <div class="wrapper">
    <div class="header-bg">
      <div class="header wrapper-content">
        <h1>Любые виды ремонтных работ</h1>
        <p>Выезд специалиста, замер и смета работ бесплатно</p>
        <p>Бесплатный дизайн проект</p>
        <p>Гарантия 3 года</p>
      </div>
    </div>
      <div class="content">
        <div class="services wrapper-content">
          <h2>Наши услуги</h2>
          <ol>
            <li>Pellentesque pellentesque sem ac justo tristique pellentesque. Vestibulum semper pulvinar rutrum. Maecenas odio urna, porta sed lectus eget, fringilla posuere odio. Maecenas pulvinar sed massa vitae tincidunt.</li>
            <li>Praesent ullamcorper est ac lorem aliquet, sed tempus lacus iaculis. Pellentesque a odio pharetra, sagittis enim sit amet, euismod leo. Nullam egestas, nisi eget blandit dignissim, augue dui accumsan est, at tincidunt ipsum metus quis justo. Aenean sed mauris ornare, faucibus tortor in, iaculis magna. Duis eros lectus, auctor eu mi sit amet, ornare scelerisque elit.</li>
            <li>Integer a sollicitudin quam. Sed laoreet finibus velit ut rhoncus. Nunc euismod neque at ligula venenatis vestibulum. Nulla facilisi. Nunc aliquet, erat sed ullamcorper malesuada, sapien magna tempor augue, at malesuada felis enim at quam. Curabitur ornare tincidunt nisi id cursus.</li>
            <li>Nunc finibus non massa in vestibulum. Etiam euismod metus ut euismod sagittis. Donec tincidunt neque a dolor posuere egestas. Proin sed dolor dui. In urna tellus, pretium in eleifend eget, pellentesque et enim. Etiam pulvinar velit nec libero iaculis, vitae consectetur elit pellentesque.</li>
          </ol>
        </div>
        <div class="content-contact-bg">
          <div class="contact wrapper-content">
            <h2>Наши контакты</h2>
            <p>Телефоны: +375 29 817 68 92 МТС, +375 31 335 29 38 Velcom</p>
          </div>
        </div>
        <div class="content">
          <div class="company wrapper-content">
            <h2>Наша компания</h2>
            <p>Pellentesque pellentesque sem ac justo tristique pellentesque. Vestibulum semper pulvinar rutrum. Maecenas odio urna, porta sed lectus eget, fringilla posuere odio. Maecenas pulvinar sed massa vitae tincidunt. Praesent ullamcorper est ac lorem aliquet, sed tempus lacus iaculis. Pellentesque a odio pharetra, sagittis enim sit amet, euismod leo. Nullam egestas, nisi eget blandit dignissim, augue dui accumsan est, at tincidunt ipsum metus quis justo. Aenean sed mauris ornare, faucibus tortor in, iaculis magna. Duis eros lectus, auctor eu mi sit amet, ornare scelerisque elit.</p>
            <p>Integer a sollicitudin quam. Sed laoreet finibus velit ut rhoncus. Nunc euismod neque at ligula venenatis vestibulum. Nulla facilisi. Nunc aliquet, erat sed ullamcorper malesuada, sapien magna tempor augue, at malesuada felis enim at quam. Curabitur ornare tincidunt nisi id cursus. Nunc finibus non massa in vestibulum. Etiam euismod metus ut euismod sagittis. Donec tincidunt neque a dolor posuere egestas. Proin sed dolor dui. In urna tellus, pretium in eleifend eget, pellentesque et enim. Etiam pulvinar velit nec libero iaculis, vitae consectetur elit pellentesque.</p>
          </div>
        </div>
        <div class="content-clients-bg">
          <div class="clients wrapper-content">
            <h2>Наши клиенты</h2>
            <div class=clients-lg>
              <div class="logo">
                <img src="images/logo-t-1.jpg" alt="logo-t-1">
              </div>
              <div class="logo">
                <img src="images/logo-t-2.jpg" alt="logo-t-2">
              </div>
              <div class="logo">
                <img src="images/logo-t-3.jpg" alt="logo-t-3">
              </div>
              <div class="logo">
                <img src="images/logo-t-4.jpg" alt="logo-t-4">
              </div>
              <div class="logo">
                <img src="images/logo-b-1.jpg" alt="logo-b-1">
              </div>
              <div class="logo">
                <img src="images/logo-b-2.jpg" alt="logo-b-2">
              </div>
              <div class="logo">
                <img src="images/logo-b-3.jpg" alt="logo-b-3">
              </div>
              <div class="logo">
                <img src="images/logo-b-4.jpg" alt="logo-b-4">
              </div>
            </div>
          </div>
        </div>
      </div>
    <div class="footer-bg">
      <div class="copy wrapper-content">
        <p>Строительная компания "Рога и копыта" &copy 2017. Все права более чем защищены.</p>
      </div>
    </div>
  </div>
              
            
!

CSS

              
                * {
  margin: 0;
  padding: 0;
}

.wrapper-content {
  width: 850px;
  margin: 0 auto;
}

/*header*/

.header-bg {
  width: 100%;
  height: 140px;
  background: #008040;
}

.header {
  color: white;
  text-align: center;
}

.header h1 {
  font: bold 2.2em/1.5 Arial, serif;
}

.header p {
  font: normal 1.3em/1.3 Arial, serif;
}

/*content*/

.content {
  font-family: Arial, serif;
  text-align: center;
}

.services h2,
.company h2 {
  font: bold 1.7em Arial, serif;
  padding: 30px 0 10px 0;
}

.services li,
.company p {
  text-align: justify;
  list-style-type: none;
  counter-increment: item;
  padding-bottom: 10px;
}

.services li::before {
  content: counter(item)". ";
  color: red;
  font-weight: bold;
}

.content-contact-bg {
  width: 100%;
  height: 90px;
  background: #C60304;
  margin-top: 30px;
}

.contact {
  color: white;
  line-height: 2.2;
  padding-top: 10px;
}

.contact h2 {
  font: bold 1.7em Arial, serif;
}

.content-clients-bg {
  width: 100%;
  height: 290px;
  background-color: #FF8040;
  margin-top: 30px;
}

.clients h2 {
  font: bold 1.7em Arial, serif;
  color: white;
  padding: 20px 0 10px 0;
}

.clients-lg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.clients-lg .logo {
  width: 207px;
  height: 100px;
  border: 1px solid black;
  background-color: white;
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*footer*/

.footer-bg {
  width: 100%;
  height: 230px;
  background-color: #912F00;
}

.copy {
  height: 230px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.copy p {
  font: normal .8em Arial, serif;
  color: white;
}

              
            
!

JS

              
                
              
            
!
999px

Console