skip to Main Content

Html – How to remove edges around header in CSS?

I have this weird border all around my header: It's written in html and css, the relevant source code is below: HTML: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Killa Media</title> <link rel="stylesheet" href="style.css"> </head> <body>…

VIEW QUESTION
Back To Top
Search