Template:SW/republic.css: Difference between revisions

From Story Time Inc.
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
.multi-bg-example {
.multi-bg-example {
   width: 100%;
   width: 100%;
   height: 400px;
   background: rgb(236,244,249);
  background-image: linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0));
background: linear-gradient(180deg, rgba(236,244,249,1) 0%, rgba(68,86,141,1) 100%);
  background-repeat: no-repeat;
  background-position: bottom right,
      left,
      right;
}
}

Revision as of 00:03, 28 March 2020

.multi-bg-example {

 width: 100%;
 background: rgb(236,244,249);

background: linear-gradient(180deg, rgba(236,244,249,1) 0%, rgba(68,86,141,1) 100%); }