Msc2G2:Page1

From cs
Revision as of 20:38, 7 May 2018 by Angelos (Talk | contribs)

Jump to: navigation, search

<style> .parallax {

   /* The image used */
   background-image: url("img_parallax.jpg");
   /* Set a specific height */
   height: 500px; 
   /* Create the parallax scrolling effect */
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;

} </style>