OOP
This commit is contained in:
16
oop/styles.css
Normal file
16
oop/styles.css
Normal file
@@ -0,0 +1,16 @@
|
||||
body{
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 18em;
|
||||
}
|
||||
|
||||
canvas#scene{
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
top:0;
|
||||
left:0;
|
||||
/* width: 100%;
|
||||
height:100%; */
|
||||
}
|
||||
Reference in New Issue
Block a user