/*
Theme Name: Etchy Child
Theme URI: https://etchy.qodeinteractive.com
Description: A child theme of Etchy
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: etchy
Template: etchy
*/

.bodyanim {
  /* Full screen width and height */
  width: 100%;
  min-height: 100vh;

  /* Centers the container in the middle of the screen */
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0;
  background-color: rgb(220, 220, 220);
}

#containerAnim {
  perspective: 25px;
}

#innerAnim {
    background-image: url(https://www.pubbliprint.com/wp-content/uploads/2021/04/BANNER-PUBBLIPRINT-VETTORIALE.jpeg);
    background-size: auto 100%;
    width: 99vw;
    height: 50vh;
    background-color: white;
    box-shadow: 2px 2px 50px rgb(0 0 0 / 20%);
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    background-repeat: no-repeat;
    background-position: center;
}



Resources