How do i put blocks of text next to each other in HTML?

I’m making a personal website for fun and practice and i would like to have some blocks of text be next to each other so they align with the sides of the page horizontally but they’re on the same level vertically. Each block has its own header so it’s able to be distinguished from the… Read More How do i put blocks of text next to each other in HTML?

Im designing my webpage and was wondering if anyone can tell me how this sidebar on the left got here and possibly how to get rid of it in CSS

<!doctype html> <html> <head> <!–Font Link–> <link rel=”preconnect” href=”https://fonts.googleapis.com”&gt; <link rel=”preconnect” href=”https://fonts.gstatic.com&#8221; crossorigin> <link href=”https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap&#8221; rel=”stylesheet”> <!–CSS–> <link href=”SQIStyle.css” rel=”stylesheet” type=”text/css”> <title>Solarquake Studios</title> <!–favicon–> <link rel=”icon” type=”image/ico” sizes=”128×128″ href=”Logo.ico”/> <style> </style> </head> <h1>SolarQuake Studios</h1> <header> <img src=”Logo.ico” alt=”logo” width=”80″ height=”80″> </header> <body> <div class=”container”> <div class=”left-col”> <div class=”scroll-bg”> <div class=”scroll-div”> <div class=”scroll-object”> <h3><u>Games</u></h3> <p>Upcoming Projects</p>… Read More Im designing my webpage and was wondering if anyone can tell me how this sidebar on the left got here and possibly how to get rid of it in CSS

Nav doesn't hide when i click on menu (cursor pointer)

i don’t understand why my menuBtn doesn’t work on my site. The navigationbar is still visible on the site. When i investigate the site on chrome, the value of the sideNav.style.right changes, but the nav-bar is still there. Thanks to everyone who helped me a lot. It means a lot to me 🙂 /*———————————————–*/ /*———————————————–*/… Read More Nav doesn't hide when i click on menu (cursor pointer)