首页htmlbackground_positionCSS Property Value - 如何background-position: 0 80px;

CSS Property Value - 如何background-position: 0 80px;

我们想知道如何background-position: 0 80px;

<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
body {
  background-image:url('http://www.w3cschool.cn/style/download.png');
  background-repeat: no-repeat;
  background-position: 0 80px;
}
</style>
</head>
<body>
</body>
</html>