Setting background Image in css3

Setting background Image in css3:

<!DOCTYPE html>
<html>
<head>
<style>
body {
  background-image: url("bgdesert.jpg");
}
</style>
</head>
<body>

<h1>Hello World!</h1>
<p>This text is not easy to read on this background image.</p>

</body>
</html>

Comments

Popular posts from this blog

css3 Borders

Introduction to CSS

Background repeat and no-repeat in css