bradleygh15

Untitled

Jul 21st, 2023
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #Test {
  2. display: grid;
  3. place-items: center;
  4. }
  5.  
  6. #Test2 {
  7. position: absolute;
  8. }
  9.  
  10. #I1 {
  11. transform: perspective(700px);
  12. }
  13.  
  14. #I2 {
  15. transform: perspective(700px) translate(-1000px, 0px);
  16. }
Advertisement
Add Comment
Please, Sign In to add comment