Skip to content

Instantly share code, notes, and snippets.

@jinniluo
Last active September 2, 2017 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jinniluo/ba93b526909db9978fb3606a2caeb25e to your computer and use it in GitHub Desktop.
Save jinniluo/ba93b526909db9978fb3606a2caeb25e to your computer and use it in GitHub Desktop.
glimps gif
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>gif</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div class="plot">
<img id="gif" src="glimps.gif" alt="This will display an animated GIF" />
</div>
</body>
</html>
body{
background: black;
}
.plot{
width:100%;
}
#gif{
max-width:20%;
display: block;
margin:auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment