Difference between revisions of "Template:SW/republic.css"

From Story Time Inc.
Jump to: navigation, search
(Blanked the page)
(Tag: Blanking)
Line 1: Line 1:
 
+
.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;
 +
}

Revision as of 23:45, 27 March 2020

.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;
}