How to Get the File Size of an Image imported by CSS Background URL Method in Javascript
Dec 23, 2022 · 5 min read · The HTML and CSS Here is the HTML <div id="hello" class="container1"></div> <div id="hello" class="container2"></div> We have two <div> elements with different classes applied to them. But they both share the same id hello The CSS: .container1 { ...
Join discussion
