Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<head>
<style>
.cities {
  background-color: black;
  color: white;
  margin: 20px;
  padding: 20px;
}
</style>
</head>
<body>
<div class="cities">
<h2>Лондон</h2>
<p>Лондон - столиця Англії.</p>
</div>
<div class="cities">
<h2>Париж</h2>
<p>Париж - столиця Франції.</p>
</div>
<div class="cities">
<h2>Київ</h2>
<p>Київ - столиця України.</p>
</div>
</body>
</html>