Skip to content

Instantly share code, notes, and snippets.

@dominiccooney
dominiccooney / julia.html
Last active May 6, 2020 15:33
Julia set in HTML5 canvas
<!DOCTYPE html>
<style>
body {
margin: 0;
padding: 0;
}
canvas {
width: 100vh;
height: 100vh;
@dominiccooney
dominiccooney / index.html
Created March 4, 2016 01:41
A page with "heavy" content in an iframe
<!DOCTYPE html>
<title>Hello, World</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin: 0;
}
#content {
margin: 2em;
--jetbrains-Profiler-CpuChart-pointBorderColor: rgb(60 63 65 / 1);
--jetbrains-TextField-highlight: rgb(255 255 255 / 1);
--jetbrains-ScrollBar-hoverThumbBorderColor: rgb(89 89 89 / 0);
--jetbrains-EditorPane-caretForeground: rgb(187 187 187 / 1);
--jetbrains-TabbedPane-foreground: rgb(187 187 187 / 1);
--jetbrains-PopupMenu-foreground: rgb(187 187 187 / 1);
--jetbrains-UIDesigner-Connector-borderColor: rgb(136 136 136 / 1);
--jetbrains-CheckBoxMenuItem-foreground: rgb(187 187 187 / 1);
--jetbrains-TabbedPane-focusColor: rgb(61 75 92 / 1);
--jetbrains-activeCaptionText: rgb(0 0 0 / 1);