<!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>css3 transforms 3D文字翻开</title></head><body><div class="component"> <ul class="grid"> <li class="ot-letter-left"><span data-letter="R">R</span></li> <li class="ot-letter-top"><span data-letter="T">T</span></li> <li class="ot-letter-right"><span data-letter="L">L</span></li> <li class="ot-letter-bottom"><span data-letter="B">B</span></li> </ul></div><style>ul,li{ list-style:none;}.grid { list-style: outside none none; margin: 0; padding: 0; position: relative; width: 100%;}.grid li { float: left; font-size: 12em; line-height: 1.5; max-height: 290px; position: relative; text-align: center; width: calc(100% / 6);}.grid li span { color: hsla(0, 0%, 0%, 0.6); display: inline-block; font-weight: 900; line-height: 1; perspective: 550px; position: relative; transform-style: preserve-3d; z-index: 1;}.grid li span::before, .grid li span::after { bottom: 0; content: attr(data-letter); left: 0; line-height: inherit; position: absolute; right: 0; top: 0; transition: all 0.3s ease 0s; z-index: 2;}.grid li span::before { color: hsla(0, 0%, 0%, 0.12); text-shadow: none;}.ot-letter-left { background: none repeat scroll 0 0 #e74d3c;}.ot-letter-left span { text-shadow: 1px 4px 6px #e74d3c, 0 0 0 hsla(0, 0%, 0%, 0.3), 1px 4px 6px #e74d3c;}.ot-letter-left span::after { color: #e74d3c;}.ot-letter-left:hover span::after { color: #ea6253;}.ot-letter-right { background: none repeat scroll 0 0 #ea6657;}.ot-letter-right span { text-shadow: 1px 4px 6px #ea6657, 0 0 0 hsla(0, 0%, 0%, 0.3), 1px 4px 6px #ea6657;}.ot-letter-right span::after { color: #ea6657;}.ot-letter-right:hover span::after { color: #ed7a6e;}.ot-letter-top { background: none repeat scroll 0 0 #ee7f72;}.ot-letter-top span { text-shadow: 1px 4px 6px #ee7f72, 0 0 0 hsla(0, 0%, 0%, 0.3), 1px 4px 6px #ee7f72;}.ot-letter-top span::after { color: #ee7f72;}.ot-letter-top:hover span::after { color: #f09389;}.ot-letter-bottom { background: none repeat scroll 0 0 #e95949;}.ot-letter-bottom span { text-shadow: 1px 4px 6px #e95949, 0 0 0 hsla(0, 0%, 0%, 0.3), 1px 4px 6px #e95949;}.ot-letter-bottom span::after { color: #e95949;}.ot-letter-bottom:hover span::after { color: #eb6e60;}.ot-letter-left span::before, .ot-letter-left span::after { transform-origin: 0 50% 0;}.ot-letter-left span::before { transform: scale(1.08, 1) skew(0deg, 1deg);}.ot-letter-left span::after { text-shadow: -1px 0 0 hsla(0, 100%, 100%, 0.1), 3px 0 1px hsla(0, 0%, 0%, 0.4); transform: rotateY(-15deg);}.ot-letter-left:hover span::before { transform: scale(0.85, 1) skew(0deg, 20deg);}.ot-letter-left:hover span::after { transform: rotateY(-40deg);}.ot-letter-right span::before, .ot-letter-right span::after { transform-origin: 100% 50% 0;}.ot-letter-right span::before { transform: scale(0.85, 1) skew(0deg, 1deg);}.ot-letter-right span::after { text-shadow: 1px 0 0 hsla(0, 100%, 100%, 0.1), -3px 0 1px hsla(0, 0%, 0%, 0.4); transform: rotateY(15deg);}.ot-letter-right:hover span::before { transform: scale(0.85, 1) skew(0deg, -20deg);}.ot-letter-right:hover span::after { transform: rotateY(40deg);}.ot-letter-top span::before, .ot-letter-top span::after { transform-origin: 50% 100% 0;}.ot-letter-top span::before { transform: scale(1, 0.95) skew(-4deg, 0deg);}.ot-letter-top span::after { text-shadow: 0 1px 0 hsla(0, 100%, 100%, 0.1), 0 -3px 1px hsla(0, 0%, 0%, 0.4); transform: rotateX(-15deg);}.ot-letter-top:hover span::before { transform: translateY(-0.05em) scale(1, 0.55) skew(-10deg, 0deg);}.ot-letter-top:hover span::after { transform: translateY(-0.035em) rotateX(-40deg);}.ot-letter-bottom span::before, .ot-letter-bottom span::after { transform-origin: 50% 0 0;}.ot-letter-bottom span::before { transform: scale(1, 1.05) skew(4deg, 0deg);}.ot-letter-bottom span::after { text-shadow: 0 -1px 0 hsla(0, 100%, 100%, 0.1), 0 3px 1px hsla(0, 0%, 0%, 0.4); transform: rotateX(15deg);}.ot-letter-bottom:hover span::before { transform: translateY(-0.035em) scale(1, 1.2) skew(10deg, 0deg);}.ot-letter-bottom:hover span::after { transform: translateY(0.045em) rotateX(40deg);}</style></body></html>
330099

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 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 <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 the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

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

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

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit

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.


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

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

SublimeText3 Linux new version
SublimeText3 Linux latest version
