Pure css thumbnails hover

Size
1,773 Kb
Views
30,360

How do I make an pure css thumbnails hover?

This is a sample of lesson.. What is a pure css thumbnails hover? How do you make a pure css thumbnails hover? This script and codes were developed by Keisuke Takahashi on 19 November 2022, Saturday.

Pure css thumbnails hover Previews

Pure css thumbnails hover - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Pure css thumbnails hover</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>Pure css thumbnails hover</h1>
<ul> <li><div>Default</div></li> <li><span>1</span><div>First</div></li> <li><span>2</span><div>Second</div></li> <li><span>3</span><div>Third</div></li>
</ul>
</body>
</html>

Pure css thumbnails hover - Script Codes CSS Codes

body {	background:#888;
}
h1 {	text-align:center;
}
body,ul,li {	margin:0;	paddin:0;
}
ul {	width:300px;	height:300px;	margin:1em auto;	text-align:center;	list-style:none;	position:relative;
}
li {	position:absolute;	left:0;	top:0;	width:300px;	height:300px;	line-height:300px;
}
li div {	width:300px;	height:300px;	font-size:2em;
}
li:nth-child(1) div { background:#fff;color:black; }
li:nth-child(2) div { background:yellow;opacity:0;}
li:nth-child(3) div { background:pink;opacity:0;}
li:nth-child(4) div { background:green;opacity:0;}
li span {	position:absolute;	display:block;	cursor:pointer;	bottom:-105px;	width:100px;	height:100px;	line-height:100px;	opacity:0.5;	-webkit-transition:0.4s;	-moz-transition:0.4s;	transition:0.4s;
}
li:nth-child(2) span { background:yellow;left:0; }
li:nth-child(3) span { background:pink;left:100px; }
li:nth-child(4) span { background:green;left:200px; }
li span:hover {	opacity:1;	z-index:200;
}
li span:hover + div {	opacity:1;	z-index:100;
}
Pure css thumbnails hover - Script Codes
Pure css thumbnails hover - Script Codes
Home Page Home
Developer Keisuke Takahashi
Username ksksoft
Uploaded November 19, 2022
Rating 3
Size 1,773 Kb
Views 30,360
Do you need developer help for Pure css thumbnails 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!

Keisuke Takahashi (ksksoft) 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!