thanos-end-game
Version:
A custom web component to make your html element disappear with one snap of thanos. But unlike thanos power, this componentdoes not bring back the dead. Use it wisely. :)
26 lines (23 loc) • 370 B
CSS
/* Important to add in your css file */
.dust {
position: absolute;
}
* {
margin: 0px;
overflow-x: hidden;
}
.iron-man {
display: inline-block;
}
/* Till here */
.test{
height: auto;
width: auto;
}
.btn {
border-radius: 0;
padding: 10px;
}
body{
background-color: black;
}