首页htmlbackground_sizeCSS Property Value - 如何background-size: 100%;

CSS Property Value - 如何background-size: 100%;

我们想知道如何background-size: 100%;

<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
body {
  background: transparent url('http://placehold.it/200x200');
  background-repeat: no-repeat;
  background-size: 100%;
}
</style>
</head>
<body>lol
</body>
</html>