Explore

Developer
Size
2,482 Kb
Views
2,024

How do I make an explore?

Random post explore button for http://fivera.net/. What is a explore? How do you make a explore? This script and codes were developed by Fivera on 31 January 2023, Tuesday.

Explore Previews

Explore - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>explore</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="explore boja "> <div><a href="http://domain.com/index.php?random=1 ">EXPLORE</a></div>
</div> <script src="js/index.js"></script>
</body>
</html>

Explore - Script Codes CSS Codes

.boja, .boja > div {
background: rgb(255,97,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,97,0,1) 0%, rgba(155,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,97,0,1)), color-stop(100%,rgba(155,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,97,0,1) 0%,rgba(155,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,97,0,1) 0%,rgba(155,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,97,0,1) 0%,rgba(155,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,97,0,1) 0%,rgba(155,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6100', endColorstr='#9b0000',GradientType=0 ); /* IE6-9 */
}
.explore, .explore *, .explore > *{	transition:All 0.2s ease-in-out;	-webkit-transition:All 0.2s ease-in-out;	-moz-transition:All 0.2s ease-in-out;	-o-transition:All 0.2s ease-in-out;
}
.explore {	margin: 100px auto;	text-align: center;	width: 550px;	height: 150px;	border-radius: 0.4em;	position: relative; box-shadow: 0 -0.5em 0em 0px rgba(0,0,0,0.8), 0 0.4em 0.5em 0px rgba(0,0,0,0.7), 0 0.9em 0.7em 0px rgba(0,0,0,0.5), 0 1.5em 1em 0px rgba(0,0,0,0.5), inset 0px 0 10em 0px rgba(0,0,0,0.9);	}	.explore > div {	position: absolute;	top: -5%; left: 0.3%;	width: 99.4%;	height: 90%;	border-radius: 0.5em; box-shadow: inset 0 1px 0 1px rgba(255,255,255,0.2), inset 0 0 0 1px rgba(0,0,0,0.4);	}	.explore> div::before {	position: absolute; content:"";	top: 98%; left: 0;	width: 100%;	height: 2%; opacity: 0.5; box-shadow: 0 -1px 0 1px rgba(0,0,0,0.2); background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.03) 99%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(40%,rgba(255,255,255,1)), color-stop(60%,rgba(255,255,255,1)), color-stop(99%,rgba(255,255,255,0.03)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */	} .explore a { display: block; padding-top: 5%; width: 100%; height: 100%; font-size: 4em; color: white; opacity: 0.7; text-shadow:1px 2px 1px rgba(0,0,0,0.6); text-decoration: none; }	.explore> div:hover {	box-shadow: inset 0 1px 1px 1px rgba(255,255,255,0.5);	}	.explore > div > div:hover {	box-shadow: inset 0px 0px 30px 5px rgba(255,255,255,0.5);	} .explore a:active { text-shadow: 1px 1px 1px rgba(0,0,0,0.6); } .explore:active { box-shadow: 0 -0.1em 0em 0px rgba(0,0,0,0.8), 0 0.5em 0.5em 0px rgba(0,0,0,0.7), 0 0.5em 0.5em 0px rgba(0,0,0,0.2), 0 0em 1em 0px rgba(0,0,0,0.1), inset 0px 0 10em 1em rgba(0,0,0,1); } .explore > div:active { top: 0; }

Explore - Script Codes JS Codes

http://fivera.net/
Explore - Script Codes
Explore - Script Codes
Home Page Home
Developer Fivera
Username fivera
Uploaded January 31, 2023
Rating 3.5
Size 2,482 Kb
Views 2,024
Do you need developer help for Explore?

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!

Fivera (fivera) Script Codes
Create amazing web content 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!