Site logo

Archived topic

Prospettiva

7 replies · Started by Matteo on September 9, 2022

Viewing posts 1–8 of 8

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 ?

prospettiva

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!

This archived topic is closed to new replies.