Skip to content
Snippets Groups Projects
Commit d96333ca authored by Imani Emanuel's avatar Imani Emanuel
Browse files

initial comit

parent 80e14f0f
Branches main
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href='style.css' />
<script src="index.js"></script>
<title>Document</title>
<script src="script.js"></script>
<title>Sticky Mania!!!</title>
</head>
<body>
<!-- container div -->
<div id="container">
<!-- add button to generate a blank stickiy -->
<button id="generate">Push me !</button>
</div>
</body>
</html>
\ No newline at end of file
var sticky = document.createElement("div")
#generate {
background-color: brown;
}
#container {
background-color: yellow;
height: auto;
width: auto;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment