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>
<h1>Alura</h1>
  <p>Cursos online de tecnologia</p>
    <p>Cursos online de tecnologia</p>
</body>
</html>
 
* {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
    font-family: sans-serif;
}
p:first-of-type {
  padding-top: 2em;
  border: 2px solid blue;
}
p:nth-of-type(2) {
  margin-top: 2em;
  border: 2px solid blue;
}
Output 300px

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

Dismiss x
public
Bin info
ntnleaopro
0viewers