Im trying to get the h1 to change to a different color and increase size on VS coder.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width-device-width, intial-scale=1.0">
<title>Losing Weight Fast</title>
</head>
<body>
<h1 class="pict1">How to lose weight fast</h1>
</body>
</html>
CSS
.pic1 {
font-size: 200%;
color: blue;
}