Template:DS/styles.css: Difference between revisions
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...") |
(Murishani changed the content model of the page Template:DS/styles.css from "Sanitized CSS" to "Sanitized CSS": Set content model to sanitized-css for TemplateStyles) Tag: content model change |
| (One intermediate revision by one other user not shown) | |
(No difference)
| |
Latest revision as of 07:41, 1 April 2026
.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;
}