Css source code for How to set repeat the background image if an image is small?
Css source code for How to set repeat the background image if an image is small?
<html>
<head>
<style>
body {
background-image: url("/css/images/thinkforu.png");
background-repeat: repeat;
}
</style>
</head>
<body>
<p>tech.thinkforu.org</p>
</body>
</html>
Comments
Post a Comment