Hover Box CSS

Developer
Size
1,652 Kb
Views
42,504

How do I make an hover box css?

What is a hover box css? How do you make a hover box css? This script and codes were developed by Adethrax on 12 August 2022, Friday.

Hover Box CSS Previews

Hover Box CSS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Hover Box CSS</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"><a href="">
<img src="" alt=""><div class="textbox">
<p class="text">TEXT<br> Text here Text here </p>
</div>
</a>
</div>
</body>
</html>

Hover Box CSS - Script Codes CSS Codes

.container {
position:relative;
overflow:hidden;
background: #d2d2d2;
width:200px;
height:150px;
border-radius:5px;
}
.container .textbox {
width:200px;
height:150px;
position:absolute;
top:0;
left:0;
margin-top:-160px;
border-radius:5px;
background-color: rgba(0,0,0,0.75);
}
.container:hover .textbox {
margin-top:0;
}
.text {
padding-top: 90px;
color: #fff;
font-family:Tahoma, Geneva, sans-serif;
font-size:12px;
text-align: center;
}
a {
text-decoration: none;
}
.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
Hover Box CSS - Script Codes
Hover Box CSS - Script Codes
Home Page Home
Developer Adethrax
Username adethrax
Uploaded August 12, 2022
Rating 3
Size 1,652 Kb
Views 42,504
Do you need developer help for Hover Box CSS?

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!

Adethrax (adethrax) Script Codes
Create amazing art & images 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!