Thuộc tính background-image no-repeat, repeat trong CSS

Thuộc tính background-image no-repeat, repeat trong CSS

Thuộc tính background-image no-repeat, repeat trong CSS

Tự code rồi chạy thử... Chạy Thử
<!DOCTYPE html>
<html>
<head>
<title>Thuộc tính background-image no-repeat, repeat trong CSS</title>
<style>
body  {
  background-color: #cccccc;
  color:yellow
}
</style>
</head>
<body style="background-image: url('https://webmoi.vn/thumuc/bg-cay.png'), url('https://webmoi.vn/thumuc/bg-nho.jpg'); background-repeat: no-repeat, repeat;">
<h1>Thuộc tính background-image no-repeat, repeat trong CSS</h1>
<p>Xin chào</p>
</body>
</html>
Thuộc tính background-image no-repeat, repeat trong CSS nằm trong bài viết Thuộc tính background-image trong CSS