Html – CSS display flex space between not working
Just to start, I have to admit I'm pretty amateur to flexbox and CSS. So, sorry for any naive mistakes. I have the following code: @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); html, body { height: 100%; } body { font-family: Roboto, sans-serif; margin: 0;…