Skip to content

Instantly share code, notes, and snippets.

@Zatnosk
Created January 20, 2016 14:48
Show Gist options
  • Save Zatnosk/c081d1d1302e0c73b408 to your computer and use it in GitHub Desktop.
Save Zatnosk/c081d1d1302e0c73b408 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
.width{
width:50%;
}
</style>
</head>
<body style="display:flex" onload="setInterval('element.classList.toggle(\'width\')',500)">
<div style="margin:auto">
<div id="element" class="a" style="background:red">
<svg></svg>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment