2
0

capsulated to directive

This commit is contained in:
2018-05-10 17:13:29 +02:00
parent c46c23979d
commit 4617e90374
5 changed files with 39 additions and 2 deletions

View File

@@ -1,4 +1,21 @@
canvas {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
ul {
display: flex;
position: absolute;
bottom: 0;
left: 0;
right: 0;
justify-content: center;
margin: 0;
padding: 3rem;
background: rgba(0,0,0,0.1);
list-style-type: none;
}