advanced #1
@@ -5,14 +5,17 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Fireworks Display</title>
|
<title>Fireworks Display</title>
|
||||||
<link rel="stylesheet" href="fireworks.css">
|
<link rel="stylesheet" href="fireworks.css">
|
||||||
</head>
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="fireworks" aria-hidden="true"></div>
|
<div class="fireworks" aria-hidden="true"></div>
|
||||||
<script src="fireworks.js"></script>
|
<script src="fireworks.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Reference in New Issue
Block a user