
Added a mini robot logo to the CSS; first time I’ve added a picture using CSS. Didn’t take me very long to draw so no doubt I’ll be redoing it some time soon. For the eagle eyed it’s a mix of influences from bomberman and gir.
Here’s how to do the CSS image:
your CSS file
…
background: #fff url(whatever.com/image.gif) no-repeat top right;
border: 0px solid #000;
width: 70%;
}
The position can be any pair of top, right, bottom and center, in no particular order. You can also replace no-repeat with repeat-y or repeat-x.
Tags: art, creationrobot







