Posts by dippas • 145 points
2 posts
-
2
votes2
answers223
viewsA: Background Color Does not appear on website with background image
You have to change the univeral selector * (which encompasses all) to the body for example, otherwise using * the background-image will override the background-color body { border: none;…
-
1
votes1
answer65
viewsA: How do CSS’s "mix-blend-mode" property work in Internet Explorer and Edge?
At the moment the mix-blend-mode not supported by IE, see here on canIuse…