Implement basic 3d rendering.
This commit is contained in:
@@ -13,20 +13,12 @@
|
||||
}
|
||||
|
||||
body.open {
|
||||
height: 100%;
|
||||
background-color: #a3d165;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
margin: auto;
|
||||
width: 999px;
|
||||
height: 999px;
|
||||
padding-top: 400px;
|
||||
margin-top: -200px;
|
||||
background-image: url(star.png);
|
||||
background-repeat: no-repeat;
|
||||
animation: starrotation 10s;
|
||||
animation-iteration-count: infinite;
|
||||
animation-timing-function: linear;
|
||||
canvas {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user