A Pen by stephanie frantz on CodePen.
A Pen by stephanie frantz on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" href="css/main.css"> | |
<title>Random Number generator</title> | |
</head> | |
<body> | |
<div class="container"> | |
<h1>Random Number generator</h1> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Practice JavaScript Math</title> | |
<link href="css/styles.css" rel="stylesheet"> | |
</head> | |
<body> | |
<script src="js/math.js"></script> | |
</body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="dropzone" effectAllowed="move">Drop files here!</div> | |
<ul id="items"></ul> |
NewerOlder