style.css
body {
    background-color: black;
    color: white;
}
index.html
<head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta charset="UTF-8">
    <title> Portfolio</title>
    <link rel="stylesheet" href="style.css">
</head>
 
            