This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<style> | |
body { | |
margin: 0; | |
padding: 0; | |
} | |
canvas { | |
width: 100vh; | |
height: 100vh; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<title>Hello, World</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<style> | |
body { | |
margin: 0; | |
} | |
#content { | |
margin: 2em; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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); |
OlderNewer