.img{align-items:center;background:#e5e5e5;display:flex;height:300px;justify-content:center;margin:20px;position:relative;width:300px}.img:before{border:2px dashed #a1a1a1;content:"";display:block;height:80%;width:80%}.img:before,img{position:absolute}img{height:100%;opacity:0;width:100%;z-index:10}#createBtn{background:#ff9a08;border:none;border-radius:8px;color:#fff;cursor:pointer;height:30px;transition:.4s;width:150px;z-index:5}.actions{position:absolute;z-index:20}#createBtn:hover{opacity:.8}