fixed image position while scrolling

59

.banner {
      position:fixed;
      width: 100px;
      height: 100px;
      background-color: mediumaquamarine;
      top: 40px;
    }

Comments

Submit
0 Comments