Search This Blog

CSS Image Background Repeat-X Example

CSS Image Background Repeat-X Example :
<!DOCTYPE html>
<html>
<head>
<title> kod4u </title>
<style type="text/css">
body {
background-image: url("img/css.jpg");
background-repeat: repeat-x;
font-size: 20px;
}
</style>
</head>
<body>
<h1> Background Repeat-X Example </h1>
<p> Here Background image can only Repeat horizontally </p>
</body>
</html>
OUTPUT
CSS Background Repeat-X Example

No comments:

Post a Comment