0
Code issue
How do you make the output screen go black overtime? (Code below) https://sololearn.com/compiler-playground/WL2iKcPOnZus/?ref=app
6 Antworten
+ 1
maybe use transition?
body {
transition: background-color 1s linear;
}
0
It does go block when you click on "wise button"
0
Manav Roy He said "overtime"
0
It works how I like it to thanks
0
Uduudjrd
0
???