Add web design files
This commit is contained in:
21
web-design/Файлы/z-index/z-index.html
Normal file
21
web-design/Файлы/z-index/z-index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Документ без названия</title>
|
||||
<link href="z-index.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="div1"></div>
|
||||
|
||||
<div class="div2"></div>
|
||||
|
||||
<div class="div3"></div>
|
||||
|
||||
<div class="div4"></div>
|
||||
|
||||
<div class="div5"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user