Skip to content

Instantly share code, notes, and snippets.

@rm-rf-etc
rm-rf-etc / index.html
Last active April 22, 2018 10:58
SVG sine wave
<!DOCTYPE html>
<html>
<head>
<style>
html, body { width: 100%; height: 100%; margin: 0; padding: 0; }
body { position: relative; }
div { position: relative; margin: auto; width: fit-content; margin-top: calc(50vh - 200px); }
</style>
</head>
<body>