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>háttérkép dobozzal</title>
</head>
<body>
  <div class="box">  
    <h1>Szia!</h1>
    <h2>Mi újság?</h2>
  </div>
</body>
</html>
 
body {
  width: 100%;
  height: 100%;
  background-color: blue;
  
  background: url('http://i.imgur.com/Tnju0gL.jpg') no-repeat center center fixed; 
}
.box {
  width: 50%;
  height: 1800px;
  margin: auto;
  background-color:  rgba(255, 255, 255, 0);
}
h1 {
  font-size: 48px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  padding: 100px;
  text-align: center;
  color: lightcoral;
  }
h2 {
  color: green;
  
  text-align: center;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  
}
Output

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

Dismiss x
public
Bin info
Timi36pro
0viewers