Skip to content

Instantly share code, notes, and snippets.

@trukhinyuri
Created June 28, 2015 22:27
Show Gist options
  • Save trukhinyuri/c2df7d0dcdd2e7d963af to your computer and use it in GitHub Desktop.
Save trukhinyuri/c2df7d0dcdd2e7d963af to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>CSS Flexible Layout Module. Example 1.</title>
<link rel="stylesheet" href="index.css"/>
</head>
<body>
<section id='deals'>
<section class='sale-item'>
<h1>VPS-512</h1>
<p>Быстрая и надежная VPS по доступной цене.</p>
<img src='images/vps512.png'
alt='VPS512.' width="300">
<button>ЗАКАЗАТЬ ПРЯМО СЕЙЧАС ЗА 200 РУБЛЕЙ В МЕСЯЦ</button>
</section>
<section class='sale-item'>
<h1>VPS-2048</h1>
<p>Больше ресурсов, чтобы ваши проекты летали.</p>
<img src='images/vps512.png'
alt='VPS2048.' width="300">
<button>ЗАКАЗАТЬ ПРЯМО СЕЙЧАС ЗА 600 РУБЛЕЙ В МЕСЯЦ</button>
</section>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment