Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <div class="container">
    <section class="features clearfix">
      <article class="card">
        <h1 class="card__title">Материалы</h1>
      </article>
      <article class="card">
        <h1 class="card__title">Инструмент</h1>
      </article>
      <article class="card">
        <h1 class="card__title">Техника</h1>
      </article>
      <div class="slider"></div>
      <article class="card">
        <h1 class="card__title">Скидки 50%</h1>
      </article>
      <article class="card">
        <h1 class="card__title">Доставка</h1>
      </article>
    </section>
   </div>
</body>
</html>
 
body {
  min-width: 790px;
  background: pink;
}
.container {
  width: 790px;
  padding: 0 5px;
  margin: 0 auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.features {
  margin-left: -20px;
}
.card {
  width: 250px;
  height: 100px;
  background: grey;
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.slider {
  background: black;
  width: 520px;
  height: 220px;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers