Skip to content

Instantly share code, notes, and snippets.

View macro6461's full-sized avatar
🏠
WFH

Matthew Croak macro6461

🏠
WFH
View GitHub Profile
@macro6461
macro6461 / index.html
Created May 23, 2020 21:14
HTML for Screenshotter
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Grab Audio</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<!-- <script src='audio.js'></script> -->
<script src='video.js'></script>
@macro6461
macro6461 / App.css
Last active April 12, 2020 15:58
Code for react scroll arrow
App {
text-align: center;
height: 5000px;
}
.scrollTop {
position: fixed;
width: 100%;
bottom: 20px;
align-items: center;