I am drawing some circles using css.
I want to place them beside each other with a little space between them, not on top of each other. I know I can use table and put them in a table, but the issue is that if the website is responsive then the circles will stay in a table row and looks very bad on mobile devices. I can put images side by side without a table and on mobile images wrap around and everything looks good. Is there a way to do the same thing when I draw circles using css?
By the way I am adding these circles to a md file.
Hi and welcome to Hugo. The forum is full of people that can help with using templates, but you’ll have more help with CSS techniques if you ask at a CSS specific group. You can find CSS tutorials here.