Share this dazzling three-dimensional photo album, I hope everyone likes it!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>三维动画</title> <style type="text/css"> * { padding : 0px; margin: 0px; } body { background: url(images/758.jpg) no-repeat top center; } .product { height: 400px; position: fixed; top: 20%; right: 20%; /*视距*/ perspective : 500px; } .scene { height: 250px; width: 250px; transform-style: preserve-3d; transform-origin: 50%; margin: 100px; /*定义一个名为slide的动画*/ animation: slide 12s linear infinite; } .scene ul li { width: 230px; height: 230px; list-style: none; border: 5px solid rgba(255, 255, 255, 0.5); position: absolute; } @keyframes slide{ from{ transform: rotateY(0deg); } to{ transform: rotateY(360deg); } } .s1 { float: left; } .s1 ul li:nth-child(1) { transform: rotateY(0deg) translateZ(118px); } .s1 ul li:nth-child(2) { transform: rotateY(90deg) translateZ(118px); } .s1 ul li:nth-child(3) { transform: rotateY(180deg) translateZ(118px); } .s1 ul li:nth-child(4) { transform: rotateY(-90deg) translateZ(118px); } .s2 { float: right; } .s2 ul li:nth-child(1) { transform: rotateY(0deg) translateZ(200px); } .s2 ul li:nth-child(2) { transform: rotateY(90deg) translateZ(200px); } .s2 ul li:nth-child(3) { transform: rotateY(180deg) translateZ(200px); } .s2 ul li:nth-child(4) { transform: rotateY(-90deg) translateZ(200px); } </style> </head> <body> <p class='product'> <!-- scene类是为了修饰两个p的相同点 --> <!-- s1和s2是为了显示两个p的不同,一个左浮动,一个右浮动 --> <p class='scene s1'> <ul> <li><img src="/static/imghwm/default1.png" data-src="images/1.jpg" class="lazy" / alt="Example of creating a cool three-dimensional photo album with CSS3" ></li> <li><img src="/static/imghwm/default1.png" data-src="images/2.jpg" class="lazy" / alt="Example of creating a cool three-dimensional photo album with CSS3" ></li> <li><img src="/static/imghwm/default1.png" data-src="images/3.jpg" class="lazy" / alt="Example of creating a cool three-dimensional photo album with CSS3" ></li> <li><img src="/static/imghwm/default1.png" data-src="images/4.jpg" class="lazy" / alt="Example of creating a cool three-dimensional photo album with CSS3" ></li> </ul> </p> <p class='scene s2'> <ul> <li><img src="/static/imghwm/default1.png" data-src="images/1.jpg" class="lazy" / alt="Example of creating a cool three-dimensional photo album with CSS3" ></li> <li><img src="/static/imghwm/default1.png" data-src="images/2.jpg" class="lazy" / alt="Example of creating a cool three-dimensional photo album with CSS3" ></li> <li><img src="/static/imghwm/default1.png" data-src="images/3.jpg" class="lazy" / alt="Example of creating a cool three-dimensional photo album with CSS3" ></li> <li><img src="/static/imghwm/default1.png" data-src="images/4.jpg" class="lazy" / alt="Example of creating a cool three-dimensional photo album with CSS3" ></li> </ul> </p> </p> </body> </html>
The following is a screenshot:
The above is the detailed content of Example of creating a cool three-dimensional photo album with CSS3. For more information, please follow other related articles on the PHP Chinese website!

This is the 3rd post in a small series we did on form accessibility. If you missed the second post, check out "Managing User Focus with :focus-visible". In

This tutorial demonstrates creating professional-looking JavaScript forms using the Smart Forms framework (note: no longer available). While the framework itself is unavailable, the principles and techniques remain relevant for other form builders.

The CSS box-shadow and outline properties gained theme.json support in WordPress 6.1. Let's look at a few examples of how it works in real themes, and what options we have to apply these styles to WordPress blocks and elements.

If you’ve recently started working with GraphQL, or reviewed its pros and cons, you’ve no doubt heard things like “GraphQL doesn’t support caching” or

The Svelte transition API provides a way to animate components when they enter or leave the document, including custom Svelte transitions.

How much time do you spend designing the content presentation for your websites? When you write a new blog post or create a new page, are you thinking about

In this article we will be diving into the world of scrollbars. I know, it doesn’t sound too glamorous, but trust me, a well-designed page goes hand-in-hand

npm commands run various tasks for you, either as a one-off or a continuously running process for things like starting a server or compiling code.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

Dreamweaver Mac version
Visual web development tools

WebStorm Mac version
Useful JavaScript development tools

Notepad++7.3.1
Easy-to-use and free code editor

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
