UNPKG
p5.gibber.js
Version:
latest (0.2.4)
0.2.4
0.2.3
0.2.0
0.1.0
0.0.3
0.0.2
0.0.1
0.0.0
Music and audio programming for p5.js
p5.gibber.js
/
examples
/
resources
/
examples.css
14 lines
•
187 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body
{
padding
:
0
;
margin
:
0
; }
#code
{
margin
:
0
;
padding
:
0
;
position
:fixed;
top
:
0
;
right
:
0
;
width
:
30em
;
display
:block; }
code
{
background
:
rgba
(
0
,
0
,
0
,.
55
)
!important
; }