Add new page

This commit is contained in:
2020-06-24 15:22:03 +01:00
parent 3fd3dd10c7
commit dc6d1d4b4b
43 changed files with 2503 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
window.onload = function() {
var year = new Date().getFullYear();
document.getElementById("css_attribute_list_link").innerHTML = 'All of the CSS style attributes are listed <a href="https://www.w3.org/TR/css-' + year + '/#properties" target="_blank">here</a>.';
}