I have a few divs aligned horizontally. How do I make the spacing between them automatic so that if I resize the screen or add another div, there will be equal spacing between d
You can use flexboxes, this solustion is for IE 10+ and latest other browsers. https://css-tricks.com/snippets/css/a-guide-to-flexbox/