skip to Main Content

Html – Div element going out of parent div in Browser

I am making a website for currency exchange (as a college assignment), and I am facing this absurd issue here. This is my entire code: @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } #bg…

VIEW QUESTION

Javascript – Visual Studio code debugging

I am trying to debug javascript code in visual studio code but it gives me the following error Could not read source map for chrome-error://chromewebdata/: Unexpected 503 response from chrome-error://chromewebdata/edge-elixir-neterror.rollup.js.map: Unsupported protocol "chrome-error:" the launch.json file has foll configurations {…

VIEW QUESTION
Back To Top
Search