@JingxinChen5 Oh great! I'm really happy to hear that you like the videos and they are helpful for you π thanks for your support and I will definitely continue to teach and make the videos!
@Ahmed02441259 Right, <div> is display: block; so it will appear under each other. You need to set the div to display: inline-block in the CSS. Also, you can find a copy of the code in the description if you want to double check your code with mine
@nataliapuspita Nah, usually you put the CSS in a separate file. Itβs just the way I teach CSS, I use <style> first. Then later on in the tutorial I switch to putting CSS into a separate file