69 lines
1.9 KiB
HTML
Executable File
69 lines
1.9 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Joyeux anniversaire</title>
|
|
<style>
|
|
body {
|
|
background-color: #4852c3;
|
|
background-image: url("yagi-toshinori.gif");
|
|
font-family: 'comic sans,';
|
|
color:#ff00ee;
|
|
}
|
|
|
|
.parent {
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
|
|
h1 {
|
|
|
|
text-decoration-line: underline;
|
|
text-decoration-color: rgb(102, 0, 255);
|
|
text-decoration-style: wavy;
|
|
text-shadow: 0 0 3px #00ff37, 0 0 5px #eeff00;
|
|
}
|
|
|
|
.scene {
|
|
position: absolute;
|
|
}
|
|
|
|
.img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<div id="parent">
|
|
<div><h1>Joyeux Anniversaire!!!!!!!!!!</h1></div>
|
|
<h1>Joyeux Anniversaire!!!!!!!!!!</h1>
|
|
<img src="plusultra.png" width="1408" height="250">
|
|
<h1>Joyeux Anniversaire!!!!!!!!!!</h1>
|
|
<canvas id="scene" width="1300" height ="100"></canvas>
|
|
|
|
</div>
|
|
<h1>Joyeux Anniversaire!!!!!!!!!!</h1>
|
|
<h1>Joyeux Anniversaire!!!!!!!!!!</h1>
|
|
<h1>Joyeux Anniversaire!!!!!!!!!!</h1>
|
|
<h1>Joyeux Anniversaire!!!!!!!!!!</h1>
|
|
<h1>Joyeux Anniversaire!!!!!!!!!!</h1>
|
|
<h1>Joyeux Anniversaire!!!!!!!!!!</h1>
|
|
<h1>Joyeux Anniversaire!!!!!!!!!!</h1>
|
|
<h1>Joyeux Anniversaire!!!!!!!!!!</h1>
|
|
<h1>Joyeux Anniversaire!!!!!!!!!!</h1>
|
|
<h1>Joyeux Anniversaire!!!!!!!!!!</h1>
|
|
<h1>Joyeux Anniversaire!!!!!!!!!!</h1>
|
|
<img src="sparkle-sparkles.gif" width="1350" height="250">
|
|
</main>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
|
|
</html>
|