Template:Sandbox/styles.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
.testing2 { | .testing2 { | ||
background-image: url(https://hacksguidewiki.sfo3.digitaloceanspaces.com/hacksguidewiki/Testfile.jpg); | background-image: url(https://hacksguidewiki.sfo3.digitaloceanspaces.com/hacksguidewiki/Testfile.jpg); | ||
} | |||
.testing3 { | |||
--test-var: rgb(255, 0, 0); | |||
color: var(--test-var); | |||
} | } | ||
Latest revision as of 01:13, 13 February 2026
.testing {
background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/e9/Puerta_de_Palmas%2C_Badajoz%2C_Espa%C3%B1a%2C_2020-07-22%2C_DD_82.jpg);
}
.testing2 {
background-image: url(https://hacksguidewiki.sfo3.digitaloceanspaces.com/hacksguidewiki/Testfile.jpg);
}
.testing3 {
--test-var: rgb(255, 0, 0);
color: var(--test-var);
}