i found a basic template and added background image change information in the header and centered it then added paragrah abasic one and centered that ran it on a editor that test your code and it worked but poal gives me error 0:0 invalid css
code is this here the url is a pic8 link
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url;
background-color: red;
}
P { text-align: center }
H1 { text-align: center }
H1 {
color: white;
text-align: center;
}
p {
font-family: verdana;
font-size: 20px;
}
</style>
</head>
<body>
<h1>Homegrown Winery</h1>
<p>come dwell into the world of wine</p>
</body>
</html>
i found a basic template and added background image change information in the header and centered it then added paragrah abasic one and centered that ran it on a editor that test your code and it worked but poal gives me error 0:0 invalid css
code is this here the url is a pic8 link
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url;
background-color: red;
}
P { text-align: center }
H1 { text-align: center }
H1 {
color: white;
text-align: center;
}
p {
font-family: verdana;
font-size: 20px;
}
</style>
</head>
<body>
<h1>Homegrown Winery</h1>
<p>come dwell into the world of wine</p>
</body>
</html>
(post is archived)