add new style

This commit is contained in:
Marcos Alconada 2021-03-01 10:02:18 +00:00 committed by Daniel Rodriguez
parent 508b953496
commit 0d4761b63d
1 changed files with 13 additions and 1 deletions

View File

@ -136,8 +136,20 @@ div.target.flex {
.blocks {
cursor: move;
}
#drop_mssg {
position: relative;
top: 25%;
display: block;
left: 37%;
font-size: 3em;
color: #aaa;
overflow: hidden;
width: 6em;
background: #fff;
text-align: center;
z-index: 2;
}
div#rules.show::after {
content: "Drop here";
position: relative;
top: 25%;
display: block;