Skip to content

Instantly share code, notes, and snippets.

@maxkueng
Forked from andrewn/index.html
Last active August 10, 2016 18:03
Show Gist options
  • Save maxkueng/d5533dc6ad63cf40e9bfa01abe283ca8 to your computer and use it in GitHub Desktop.
Save maxkueng/d5533dc6ad63cf40e9bfa01abe283ca8 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
svg.yolo {
stroke: red;
fill: green;
}
</style>
</head>
<body>
<h1>Test</h1>
<svg class="yolo">
<use xlink:href="svg-use-example.svg#account"></use>
</svg>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment