-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
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> |