Posts by x0uter • 16 points
1 post
-
0
votes2
answers310
viewsA: How to take the "style" of an element inside a div
It is possible to know the font size through Javascript: window.getComputedStyle(document.getElementById("teste")).fontSize
1 post
0
votes2
answers310
viewsIt is possible to know the font size through Javascript: window.getComputedStyle(document.getElementById("teste")).fontSize