-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask03b.html
More file actions
18 lines (17 loc) · 674 Bytes
/
task03b.html
File metadata and controls
18 lines (17 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<link rel="stylesheet" href="style03b.css">
</head>
<body>
<button>Показать окно</button>
<div class="wrap hidden">
<span>×</span>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Asperiores eligendi itaque magni laborum blanditiis, tempore doloribus eos delectus iste dolorum explicabo sapiente saepe ducimus dicta maiores, hic excepturi cum soluta.
</div>
<script src="script03b.js"></script>
</body>
</html>