Archived topic
Prospettiva
7 replies · Started by Matteo on September 9, 2022
Buongiorno,
vorrei chiedere se è possibile creare dei testi e immagini con una prospettiva.
Grazzie.
Hi there,
do you have an example of what you want to achieve ?
Do you mean something like this:
Si,è quello che pensavo.
Try this:
1. Add this CSS to your site:
.perspective {
perspective: 1000px;
}
.perspective.rotate-in > .gb-inside-container {
transform: rotateY(-45deg);
}
.perspective.rotate-out > .gb-inside-container {
transform: rotateY(-45deg);
}
2. Select a GenerateBlocks Container Block, and in Advanced > Additional CSS Class(es) add:
perspective rotate-in
OR to rotate the other way add this instead:
perspective rotate-out
Perfetto, grazie
Glad to be of help!