Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save stevenlivz/75536a5c441168df5fd5aa7c608914f0 to your computer and use it in GitHub Desktop.

Select an option

Save stevenlivz/75536a5c441168df5fd5aa7c608914f0 to your computer and use it in GitHub Desktop.
aligning video
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="float:left">
<video controls width="250">
<source src="/media/examples/flower.mp4"
type="video/mp4">
Sorry, your browser doesn't support embedded videos.
</video>
</div>
<div>
This will be to the right of the video.
</div>
<div style="clear: both;"></div>
<p>This will go underneath and will NOT be aligned.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment