skip to Main Content

How works browser with CSS images?

I need an explaination, how browser (Chrome/FF) load CSS images. According to my current knowledge, images used by CSS as background-image, appear in the network tab as requests, with according CSS file as Initiator. My current experience doesn't cover this…

VIEW QUESTION

Html – My website has a weird grey border around an element that I can't get rid of

I'm making this website for class. I can't get this grey border to disappear: This is my HTML for the section: <div className="general_text" id="playControls"> <div className="general_text" id="login_username_place">{props.userName}</div> <Button className="general_text" onClick={() => navigate('/play')}>Play</Button> <Button className="general_text" onClick={() => logout()}>Logout</Button> </div> I set…

VIEW QUESTION
Back To Top
Search