Skip to content

Instantly share code, notes, and snippets.

@zempo
Created December 9, 2018 07:06
Show Gist options
  • Save zempo/7f16cc30876c52729f88459118bc146e to your computer and use it in GitHub Desktop.
Save zempo/7f16cc30876c52729f88459118bc146e to your computer and use it in GitHub Desktop.
Video basics drill created by zempo1 - https://repl.it/@zempo1/Video-basics-drill
body {
padding: 60px;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Video basics drill</title>
<link href="index.css" rel="stylesheet" type="text/css" />
</head>
<body>
<main>
<p>Your video goes here! (and it better loop, and be muted)</p>
<video controls loop muted src="https://ia800303.us.archive.org/17/items/122Eyes1950/122Eyes1950_512kb.mp4">
</video>
</main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment