+ 6
I want to make a css code generator in bottom side.
Please fix this code, i need to generate a css code in bottom side. But i dont know to fix it. https://code.sololearn.com/W6mDX3DhB1a8/?ref=app
9 Réponses
+ 4
document.getElementById("code").innerHTML= css_code;
+ 1
Line 179 : u need to pass and Element instead of g
inf= window.getComputedStyle(g)
g in not defined
+ 1
var NamePlace = document.getElementById('NamePlace');
inf= window.getComputedStyle(NamePlace)
+ 1
Ayesha Noor on line 186
{inf.getPropertyValue("textColor")};
It should be color instead of text-color
0
Nice project
0
salom
- 1
Plzzz make a one example...
- 1
I don't understand.... please make a one example in your html tab box.
- 1
Thanks Alot.