This commit is contained in:
2022-11-23 19:14:03 +01:00
commit bacb796e32
3 changed files with 26 additions and 0 deletions

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title> Bonne merde </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<a href="solution.html" class="button">Cheh</a>
</body>
</html>

10
solution.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title> elle est a l'isen </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
</body>
</html>

5
style.css Normal file
View File

@@ -0,0 +1,5 @@
.button{
margin-top: 500px;
margin-left: 12%;
opacity: 0%;
}