You can do this at note pad and save as .html file
CSS file can save as .css
Html code
<html>
<head><link rel="stylesheet" type="text/css"href="mycss.css"></head>
<body>
<title>Lets try with CSS</title>
<h1>super and awsome</h1>
<p>1+1>2. Two people doing work is more efficine</p>
<p>Poppular drink
<ol>
<li>Coffee</li>
<li>Milk</li>
</ol> </p>
</body>
</html>
CSS code
h1{color:#A52A2A;
text-align:center;}
p{font-family:"Times New Roman"; color:#8B008B;}
body{background-image:url("http://onlyhdwallpapers.com/wallpaper/sora_no_otoshimono_ikaros_desktop_1920x1200_wallpaper-309718.jpg");}
Thus, you can add any picture as your background picture
No comments:
Post a Comment