diff --git a/index.html b/index.html index 44090c4..d132fb9 100644 --- a/index.html +++ b/index.html @@ -22,18 +22,22 @@ body { color: #ecf0f1; font-family: 'Roboto', sans-serif; - background-color:#ecf0f1; + background-color:#ecf0f1; } #clickToExit { cursor:pointer; } + #canvasCont { + width: 100%; + padding-bottom: 100%; + } + #canvas { - position: absolute; - left: calc(50% - 80vmin / 2); - height: 80vmin; - width: 80vmin; + position: absolute; + /*height:100%; + width:100%;*/ background-color:#ecf0f1; z-index:3; } @@ -46,8 +50,10 @@ -
Hextris
- + +
+ +