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>
 
<section>
   <!-- Première div. Index [0] -->
  <div class="texte"></div>  
</section>
<section>
   <!-- Deuxième div. Index [1] -->
  <div class="texte"></div>  
</section>
</body>
</html>
 
section {
  width: 500px;
  margin: 0 auto;
  padding: 100px;
  background-color: grey;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers