Skip to content

Instantly share code, notes, and snippets.

View thehandsomezebra's full-sized avatar
🦓
Focusing

Stephanie Lage Frantz thehandsomezebra

🦓
Focusing
View GitHub Profile
@thehandsomezebra
thehandsomezebra / index.html
Last active August 21, 2019 00:15
Javascript_Random-number-generator
<!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>
@thehandsomezebra
thehandsomezebra / index.html
Created August 21, 2019 00:09
Javascript_get-two-numbers-and-do-some-basic-math
<!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>
@thehandsomezebra
thehandsomezebra / index.html
Last active January 15, 2024 10:57
JS Drag and Drop 2 file count
<div id="dropzone" effectAllowed="move">Drop files here!</div>
<ul id="items"></ul>