Posts by Filipe • 125 points
2 posts
-
1
votes2
answers6479
viewsA: How to insert CSS formatting in Java Script
Use the object attributes style of the element status. For example, to change the color of the text to red in Vanillajs, use: status.style.color = "#f00"; In the jQuery framework:…
-
1
votes2
answers881
viewsA: Change div background on Hover
When you mouse the div, the icon will be on the black background: .center.promo:hover .i-circle{ background-color:#000; }