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>kép dobozban</title>
</head>
<body>
  
  <div class="image left" <a href="http://imgur.com/Tnju0gL"><img src="http://i.imgur.com/Tnju0gL.jpg" title="source: imgur.com" alt="Amszterdam"/></a>
    
  </div>
 
  <div class="box left"> 
    <h1>Szia!</h1>
    <h2>Mi újság?</h2>
  </div>
</body>
</html>
 
body {
  width: 811px;
  height: 811px;
}
.box {
  width: 300px;
  height: 300px;
  border: 10px; red;
  padding: 10px;
  margin: 0;
  background-color: blue;
}
.left {
  float: left;
}
img {
  width: 300px; 
  height: 500px;
  margin: 0;
  border: red;
}
.image {
  background-color: yellow;
  width: 300px;
  height: 300px;
  padding: 10px;
}
h1 {
  font-size: 48px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  text-align: center;
  color: lightcoral;
  }
h2 {
  color: lime;
  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