Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
telenord committed Feb 16, 2016
1 parent a58e623 commit a165126
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title>Эффектные ссылки, шаг 3</title>
<title>Эффектные ссылки: все вместе</title>
<meta charset="utf-8">
<base href="/assets/course76/">
<link href='//fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin,cyrillic-ext' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="effect-2">
<h1>Эффектные ссылки</h1>
<div class="effect-1">
<a href="#">Апельсин</a>
</div>
<div class="effect-2">
<a href="#">Виноград</a>
</div>
<div class="effect-3">
<a href="#" data-hover="Лайм">Лайм</a>
</div>
<div class="effect-4">
<a href="#">Киви</a>
</div>
</body>
</html>

0 comments on commit a165126

Please sign in to comment.