Skip to content

Instantly share code, notes, and snippets.

@ktzanev
Last active March 26, 2017 14:23
Show Gist options
  • Save ktzanev/770faf461fa23a5f7e8649691f89c025 to your computer and use it in GitHub Desktop.
Save ktzanev/770faf461fa23a5f7e8649691f89c025 to your computer and use it in GitHub Desktop.
SVG - img (GistRun)
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Exemple utilisatoin SVG</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Exemple utilisatoin SVG</h1>
<img src="anonymous.svg" width="100" height="100">
<img src="anonymous.svg" width="200" height="200">
<img src="anonymous.svg" width="100" height="200">
</body>
</html>
img {
border: 1px solid #eef;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment