+ 1
How can I manipulate the head font and title color
3 Respuestas
+ 2
Try this
in html
<head>
<link rel="stylesheet" href="styles.css">
</head>
in style.css
body {
background-color: powderblue;
}
h1 {
color: blue;
}
p {
color: red;
}
0
<color> red.,color </>
0
try it using family-font: Arial; Verdana... etc.
sorry for my english