first comit
This commit is contained in:
3
corrections/33-dom-modification-style.js
Normal file
3
corrections/33-dom-modification-style.js
Normal file
@@ -0,0 +1,3 @@
|
||||
const titre = document.getElementById('titre-principal');
|
||||
titre.style.color = "blue";
|
||||
titre.style.fontSize = "48px";
|
||||
Reference in New Issue
Block a user