CSS & HTML tips

CSS & HTML tips

CSS

Background

1
2
3
body {
background: #ffffff url("img_tree.png") no-repeat right top;
}
Read more