get paid to paste

index.html

<!DOCTYPE html>
<html lang="en-IE">
<head>
	<meta charset="utf-8" >
	<title>Video Player HTML5</title>
	<meta name="viewport" content="width=device-width, initial-scale=1.0" >
	<meta http-equiv="X-UA-Compatible" content="ie-edge" > 
	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css" >
	<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"  integrity="sha384" crossoringin="anonymous">
<!--	[if lt IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2/html5shiv-printshiv.min.js" type="text/javascript"></script><![endif]-->
	<link rel="stylesheet" href="style.css">
</head>

<body>
	 <div class= "container">
			<div class="c-video">
				<video  class="video" src="video.mp4" ></video>
				<div class="controls">
					<div class="orange-bar">
					     <div class="orange-juice"></div>
				    </div>
					<div class="buttons">
					     <button id="play-pause"></button>
					
					
					</div>
				</div>
			</div>
	 </div>
	 
	 <script src="script.js"></script>

 
</body>
</html>

Pasted: Mar 7, 2019, 8:44:53 pm
Views: 21