So my current div doesn't fit the webpage.. Both width and height is set to 100% and no padding is active..
https://i.stack.imgur.com/syq2U.jpg
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type ="text/css" href="style4.css"/>
<meta charset="UTF-8">
</head>
<body>
<div class=Topbar>
</div>
CSS:
.Topbar{
height:5vh;
width:100vw;
background-color:red;
padding:-3;
overflow-x:hidden;
overflow-y:hidden;
}