How to Get the File Size of an Image imported by CSS Background URL Method in Javascript
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 {
...
bot5am.hashnode.dev5 min read