Border hover effect

Developer
Size
1,667 Kb
Views
8,096

How do I make an border hover effect?

What is a border hover effect? How do you make a border hover effect? This script and codes were developed by Maharajan on 26 January 2023, Thursday.

Border hover effect Previews

Border hover effect - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>border hover effect</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="hover"> <p>Hover me</p>
</div>
</body>
</html>

Border hover effect - Script Codes CSS Codes

body
{ background:#018A7B;
}
.hover
{ font-family:sans-serif; margin-top:50px; display: block;
margin-left:30px; position:relative; width:150px;
transition: all 0.3s; vertical-align: bottom; text-align:center;
background:#FF4081; margin:0px auto; margin-top: 100px; padding:10px; color:#fff; cursor:pointer;
}
.hover p
{ padding:0px; margin: 0px;
}
.hover:before
{ content:''; width:0; height:5px; left:50%; top:-3px; display:inline-block; transition: all 0.3s; background:#fff; position:absolute;
}
.hover:hover:before
{ left: 0%; width: 100%; border-radius:5px 5px 0px 0px
}
.hover:hover
{ border-radius:0px 0px 5px 5px; color:#fff;
}
Border hover effect - Script Codes
Border hover effect - Script Codes
Home Page Home
Developer Maharajan
Username mhrjnsa1
Uploaded January 26, 2023
Rating 3
Size 1,667 Kb
Views 8,096
Do you need developer help for Border hover effect?

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!

Maharajan (mhrjnsa1) Script Codes
Create amazing love letters 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!