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”> <link rel=”preconnect” href=”https://fonts.gstatic.com” crossorigin> <link href=”https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap” 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