CSS Folders

Size
2,614 Kb
Views
30,360

How do I make an css folders?

What is a css folders? How do you make a css folders? This script and codes were developed by Tom Lutzenberger on 24 August 2022, Wednesday.

CSS Folders Previews

CSS Folders - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Folders</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container"> <div class="row"> <div class="col-xs-12 text-center"> <h1>CSS Folders</h1> <div class="folder" title="My Photos"><img src="https://unsplash.it/90/120?image=1080"/><img src="https://unsplash.it/90/120?image=1074"/></div> <div class="folder" title="Holidays"><img src="https://unsplash.it/90/120?image=1065"/><img src="https://unsplash.it/90/120?image=1064"/></div> </div> </div>
</div>
</body>
</html>

CSS Folders - Script Codes CSS Codes

.folder { display: inline-block; position: relative; height: 10em; margin: 0 3em 5em 0; width: 7.5em;
}
.folder::before,
.folder::after { border-radius: 0 2px 2px 0; content: ""; display: block; height: 100%; padding-top: 2em; position: absolute; width: 100%;
}
.folder::before { background: #ffe9a0; content: attr(title); left: -1.2em; top: 1.85em; -webkit-transform: matrix(0.7, 0.5, 0, 1, 0, 0); transform: matrix(0.7, 0.5, 0, 1, 0, 0); z-index: 40; vertical-align: middle;
}
.folder::after { background: #efcd67; z-index: 10;
}
.folder img { position: absolute;
}
.folder img:first-child { left: 0.9em; top: 2.1em; -webkit-transform: matrix(0.8, 0.35, 0, 1.1, 0, 0); transform: matrix(0.8, 0.35, 0, 1.1, 0, 0); z-index: 30;
}
.folder img:last-child { left: 2em; top: 1.5em; -webkit-transform: matrix(1, 0.2, 0, 1.1, 0, 0); transform: matrix(1, 0.2, 0, 1.1, 0, 0); z-index: 20;
}
CSS Folders - Script Codes
CSS Folders - Script Codes
Home Page Home
Developer Tom Lutzenberger
Username tomlutzenberger
Uploaded August 24, 2022
Rating 4
Size 2,614 Kb
Views 30,360
Do you need developer help for CSS Folders?

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!

Tom Lutzenberger (tomlutzenberger) Script Codes
Create amazing Facebook ads 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!