2
0

prepared dragging, but will not be neccessary

This commit is contained in:
2018-05-13 02:24:43 +02:00
parent 19cb4f06d2
commit 8ee4ac9316
7 changed files with 44 additions and 20 deletions

View File

@@ -18,10 +18,16 @@ ul {
justify-content: center;
margin: 0;
padding: 3rem;
background: rgba(0,0,0,0.1);
background: rgba(0,0,0,0.3);
opacity: 0.3;
transition: all 360ms 120ms ease-out;
cursor: pointer;
list-style-type: none;
&:hover {
opacity: 1;
}
li {
display: flex;
align-items: center;