Hover thing

Developer
Size
2,514 Kb
Views
12,144

How do I make an hover thing?

What is a hover thing? How do you make a hover thing? This script and codes were developed by Jordan on 03 December 2022, Saturday.

Hover thing Previews

Hover thing - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Hover thing</title> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ html{ background:#212121;
}
.outer{ background:#54D699; width:12em; height:12em; border-radius:0 7em; border-left:10em transparent; border-top:0em; border-right:2.25em #54D699 groove; border-bottom:2.25em #54D699 groove; box-shadow:.25em .25em 1em black, inset 1em 0 2em #54D699, inset 0 1em 2em #54D699, inset -1em 0 2em #2eae6e, inset 0 -1em 2em #2eae6e; margin:0 auto; position:relative; top:3.5em; transform:rotate(45deg);
}
.outer:hover{ box-shadow:0 0 .5em black,inset .25em .125em 100em black,inset .25em .125em 2em #54D6C0,inset .25em .125em 5em black; -webkit-filter:hue-rotate(2000deg); opacity:.9; transition: box-shadow .5s ease-in, opacity .5s ease-in, -webkit-filter 10s ease-in;
}
.content{ width:80%; height:80%; position:relative; top:10%; left:10%; border-radius:0 4.5em;
}
.outer:hover .content { background:white; box-shadow:0 0 10em white, 0 0 4em #34A999, 1em -1em 3em black, 2em 3em 5em black, -1em 1em 3em black, -2em -3em 5em black; transition: background 1.5s ease-in, box-shadow 1s ease-in;
}
.content a{ transform:rotate(-45deg); display:block; width:100%; height:100%; text-align:center; line-height:5em; font-size:2em; font-family: megrim, sans-serif; color:white; text-shadow:0 2px 10px #34A999;
}
.outer:hover .content a{ opacity:0; transition: opacity .5s ease-out;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="outer"> <div class="content"> <a>hover</a> </div>
</div> <script src='https://use.edgefonts.net/megrim:n4.js'></script>
</body>
</html>

Hover thing - Script Codes CSS Codes

html{ background:#212121;
}
.outer{ background:#54D699; width:12em; height:12em; border-radius:0 7em; border-left:10em transparent; border-top:0em; border-right:2.25em #54D699 groove; border-bottom:2.25em #54D699 groove; box-shadow:.25em .25em 1em black, inset 1em 0 2em #54D699, inset 0 1em 2em #54D699, inset -1em 0 2em #2eae6e, inset 0 -1em 2em #2eae6e; margin:0 auto; position:relative; top:3.5em; transform:rotate(45deg);
}
.outer:hover{ box-shadow:0 0 .5em black,inset .25em .125em 100em black,inset .25em .125em 2em #54D6C0,inset .25em .125em 5em black; -webkit-filter:hue-rotate(2000deg); opacity:.9; transition: box-shadow .5s ease-in, opacity .5s ease-in, -webkit-filter 10s ease-in;
}
.content{ width:80%; height:80%; position:relative; top:10%; left:10%; border-radius:0 4.5em;
}
.outer:hover .content { background:white; box-shadow:0 0 10em white, 0 0 4em #34A999, 1em -1em 3em black, 2em 3em 5em black, -1em 1em 3em black, -2em -3em 5em black; transition: background 1.5s ease-in, box-shadow 1s ease-in;
}
.content a{ transform:rotate(-45deg); display:block; width:100%; height:100%; text-align:center; line-height:5em; font-size:2em; font-family: megrim, sans-serif; color:white; text-shadow:0 2px 10px #34A999;
}
.outer:hover .content a{ opacity:0; transition: opacity .5s ease-out;
}
Hover thing - Script Codes
Hover thing - Script Codes
Home Page Home
Developer Jordan
Username Jordan
Uploaded December 03, 2022
Rating 3
Size 2,514 Kb
Views 12,144
Do you need developer help for Hover thing?

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!

Jordan (Jordan) Script Codes
Create amazing marketing copy 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!