Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about preserve-3d

Read more about preserve-3d

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - preserve-3d

Why 'backface-visibility: hidden' does not work with text?

This is supposed to be a memory game with cards with text on them. The cards on the front should just be white (the background-image) and at the back there is a word. But since applying the backface-v...
test-img

Timi Xi

html

css

transform

css-transforms

preserve-3d

Votes: 0

Answers: 1

Latest Answer

As you say, the solution is to add preserve-3d. See it working in the snippet .memory-game { perspective: 1000px; } * { transform-style: preserve-3d; } .memory-card { position: rel...
test-img

vals

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved