visual-design
Version:
A Component Library for Vue 3
1 lines • 464 B
CSS
.cloud-bed{width:300px;height:300px;overflow:hidden}.cloud-box{position:relative;width:100%;height:100%;background:rgba(0,0,0,0)}.cloud-box span{position:absolute;padding:3px 6px;top:0;font-weight:700;text-decoration:none;left:0;color:transparent;min-width:90px;color:#fff;height:32px;text-align:center;background:#0a3c57;border:2px solid #3877f2;box-shadow:inset 0 0 12px 0 rgba(0,201,255,.6);cursor:pointer;display:flex;align-items:center;justify-content:center}