html css realizes 3D rotating image display_html/css_WEB-ITnose
<strong><span style="font-size:12px;"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <title>MyHtml.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <!--<link rel="stylesheet" type="text/css" href="./styles.css">--> <style type="text/css"> *{margin:0px ; padding:0px} body{background:url("imgs/bg.jpg")} .list{width:1200px; height:700px;background:rgba(0,0,0,0.3 ); box-shadow:0px 0px 5px #000;margin:20px auto;} .list ul{padding:2px 0px;list-style-type:none;} .list ul li{width:240px;height:256px; float:left;margin:36px 25px;padding:5px; perspective:1000px; } .list .move{width:240px;height:256px;transform-style:preserve-3D; transform:translateZ(-30px); /*延长时间 */ transition:transform 12s} .list .move .poster,.list .move .infor{position:absolute; border:1px solid #99FF00;width:230px; height:246px; backface-visibility:hidden; } .list .move .poster{ transform:translateZ(130px); } .list .move .infor{ transform:rotateY(90deg) translateZ(130px); } .list ul li:hover .move{ transform:rotateY(-88deg) translateZ(20px); } .list ul li:hover .move .poster,.list .move .infor{ border-radius:12px;box-shadow:0px 0px 6px #CC00CC;overflow:hidden; } </style> </head> <body> <div class="list"> <ul> <li> <div class="move"> <div class="poster"> <img src="imgs/1.jpg" width=230px height=246px/> </div> <div class="infor"> <img src="imgs/2.jpg" width=230px height=246px/> </div> </div> </li> <li> <div class="move"> <div class="poster"> <img src="imgs/3.jpg" width=230px height=246px/> </div> <div class="infor"> <img src="imgs/4.jpg" width=230px height=246px/> </div> </div> </li> <li> <div class="move"> <div class="poster"> <img src="imgs/5.jpg" width=230px height=246px/> </div> <div class="infor"> <img src="imgs/6.jpg" width=230px height=246px/> </div> </div> </li> <li> <div class="move"> <div class="poster"> <img src="imgs/7.jpg" width=230px height=246px/> </div> <div class="infor"> <img src="imgs/8.jpg" width=230px height=246px/> </div> </div> </li> <li> <div class="move"> <div class="poster"> <img src="imgs/9.jpg" width=230px height=246px/> </div> <div class="infor"> <img src="imgs/10.jpg" width=230px height=246px/> </div> </div> </li> <li> <div class="move"> <div class="poster"> <img src="imgs/11.jpg" width=230px height=246px/> </div> <div class="infor"> <img src="imgs/12.jpg" width=230px height=246px/> </div> </div> </li> <li> <div class="move"> <div class="poster"> <img src="imgs/13.jpg" width=230px height=246px/> </div> <div class="infor"> <img src="imgs/14.jpg" width=230px height=246px/> </div> </div> </li> <li> <div class="move"> <div class="poster"> <img src="imgs/15.jpg" width=230px height=246px/> </div> <div class="infor"> <img src="imgs/16.jpg" width=230px height=246px/> </div> </div> </li> <li> <div class="move"> <div class="poster"> <img src="imgs/17.jpg" width=230px height=246px/> </div> <div class="infor"> <img src="imgs/18.jpg" width=230px height=246px/> </div> </div> </li> <li> <div class="move"> <div class="poster"> <img src="imgs/19.jpg" width=230px height=246px/> </div> <div class="infor"> <img src="imgs/20.jpg" width=230px height=246px/> </div> </div> </li> <li> <div class="move"> <div class="poster"> <img src="imgs/21.jpg" width=230px height=246px/> </div> <div class="infor"> <img src="imgs/22.jpg" width=230px height=246px/> </div> </div> </li> </ul> </div> </body></html></span></strong>

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

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

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.
