You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
331 B
15 lines
331 B
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>TD3 : z-index</title>
|
|
<link rel="stylesheet" href="styles/style.css">
|
|
</head>
|
|
<body>
|
|
<div class="divzindex test1"></div>
|
|
<div class="divzindex test2"></div>
|
|
<div class="divzindex test3"></div>
|
|
<div class="divzindex test4"></div>
|
|
</body>
|
|
</html>
|