Basic p5, parcel, typescript setup

This commit is contained in:
Dennis Schoepf 2021-07-14 14:03:15 +02:00
parent a6616f5f21
commit d0e3e51a7d
11 changed files with 64 additions and 114045 deletions

View file

@ -0,0 +1,16 @@
html,
body {
margin: 0;
padding: 0;
height: 100%;
}
main {
max-height: 100%;
}
*,
*::before,
*::after {
box-sizing: border-box;
}