0

Background colour does not change. Have tried setting html height to 100% as well but background refuses to change colour. HTML

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="Templates\style.css">
    <title>Tal.Ly</title>
</head>
<body>
    
</body>
</html>

CSS

body{
  background-color: yellow !important;
}
Manish A G
  • 28
  • 4

0 Answers0