Delete Hover

Size
2,557 Kb
Views
6,072

How do I make an delete hover?

What is a delete hover? How do you make a delete hover? This script and codes were developed by Chung Man Chau on 15 January 2023, Sunday.

Delete Hover Previews

Delete Hover - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Delete Hover</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="button"> <div class="icon"> <i class="fa fa-trash-o"></i> </div> <div class='text'> <span>Delete</span> </div>
</div>
</body>
</html>

Delete Hover - Script Codes CSS Codes

html,
body { background: #333; height: 100vh; color: #FFF; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center;
}
.button { display: -webkit-box; display: -ms-flexbox; display: flex; background: #1e252d; border-radius: 3px; cursor: pointer; line-height: 30px; overflow: hidden;
}
.button .icon { position: relative; font-size: 16px; padding: 0px 8px; -webkit-transition: .4s color; transition: .4s color; z-index: 1;
}
.button .icon:after { content: ''; position: absolute; right: -3px; top: 50%; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); width: 6px; height: 6px; background: #1e252d; opactiy: 0; -webkit-transition: .4s opacity; transition: .4s opacity;
}
.button .text { border-radius: 0 3px 3px 0px; display: -webkit-box; display: -ms-flexbox; display: flex; width: 0; position: relative; overflow: hidden; line-height: 30px; font-size: 13px; background: #F44336; -webkit-transition: .3s all; transition: .3s all; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
.button .text span { -webkit-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: .3s transform; transition: .3s transform;
}
.button:hover .icon { color: #F44336;
}
.button:hover .icon:after { opacity: 1;
}
.button:hover .text { width: 100px;
}
.button:hover .text span { -webkit-transform: translateY(0%); transform: translateY(0%);
}
Delete Hover - Script Codes
Delete Hover - Script Codes
Home Page Home
Developer Chung Man Chau
Username chungman93
Uploaded January 15, 2023
Rating 3
Size 2,557 Kb
Views 6,072
Do you need developer help for Delete Hover?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Chung Man Chau (chungman93) Script Codes
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!