Template:EM/styles.css: Difference between revisions

From Story Time Inc.
Jump to navigation Jump to search
(Created page with ".multi-bg-example { width: 100%; height: 400px; background-image: linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0)); background-repeat: no-repeat...")
(No difference)

Revision as of 06:09, 18 February 2021

.multi-bg-example {

 width: 100%;
 height: 400px;
 background-image: linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0));
 background-repeat: no-repeat;
 background-position: bottom right,
     left,
     right;

}