So I wanted to make a website which is pc related. I was into coding a few years ago, and I decided to pick it up again. I came across the following problem.
https://i.stack.imgur.com/MlDAc.jpg
If you look at this picture, you can see the part of the site which I made.
I want it to be responsive so that the text on the left side of the picture (explanation of CPU) is shrinking when I shrink my browser.
However, this is happening:
https://i.stack.imgur.com/VSXDv.jpg
I want this text which is beneath the picture, to be next to it and shrinking. After a few hours trying things with display: and margin: etc, I decided to ask you guys.
Here are my codes (I know the codes aren't the best):
CSS: https://i.stack.imgur.com/v6Ixf.jpg
HTML: https://i.stack.imgur.com/Kanyx.jpg
if you need any clarification, please ask me.