Posts by Claiton Barreto • 13 points
2 posts
-
1
votes1
answer255
viewsQ: Display Flex property does not work on Firefox
I am developing a website and using a lot of display: flex. The problem is that I went to open the site in the Firefox browser and realized that it does not apply this property. I even looked in…
-
0
votes2
answers66
viewsA: Put clock in a <TD>
Just use some tag with the ID equal to the past on document.getElementById(). I recommend using a tag that doesn’t visually change the structure of HTML, e.g.: <div>, <span>, etc.... In…