Created
June 28, 2015 22:27
-
-
Save trukhinyuri/c2df7d0dcdd2e7d963af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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