Screen colors | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Screen colors

How can I change the color of the screen in Javascript?

8th Nov 2018, 10:21 AM
Endorey
1 Antwort
0
<body> <script> document.querySelector("body").style.backgroundColor = "#444444"; </script> </body> https://code.sololearn.com/WL5S5kg6yGtA/?ref=app
9th Nov 2018, 1:32 PM
Gordon
Gordon - avatar