Intro_basicos_HTML_CSS/home/b-side/c.css

27 lines
330 B
CSS
Raw Normal View History

2020-11-18 01:40:18 -03:00
body {
background-color: #111;
overflow: hidden;
}
canvas {
position: absolute;
top: calc( 50% - 200px );
left: calc( 50% - 200px );
}
/* temporary */
/*
img {
position: absolute;
bottom: -6px;
right: -12px;
}
body {
color: #eee;
}
.debug-canvas {
position: absolute;
top: auto;
left: auto;
bottom: 0;
right: 0;
}*/