My first food post: the Easter eggs have not been dyed yet, instead this year's chicks are extremely bright and colourful. And absolutely non-angry. On the contrary, they have very soft characters and big warm hearts inside.
Have a happy Easter!
Thursday, 5 April 2012
Friday, 23 March 2012
Digital crafting
Wouldn't it be convenient to have all sorts of real life tools available also while being online? For example, scissors for cutting, glue for pasting, safety pins to put something on hold, pins for pinning?
I turned some of such tools and small craft related items into digital format. The images are free to use for embellishing your craft blog or website. These are .png files without background and will blend in anywhere.
To save an image, right-click on it and choose 'Save Image As' or similar.
All images are shown in actual size. They can be made to appear smaller by using the code marked in green inside the image tag in HTML and adjusting the width in pixels:
If your default web template adds border to images, you can add this green code to the image tag to remove the border:
I turned some of such tools and small craft related items into digital format. The images are free to use for embellishing your craft blog or website. These are .png files without background and will blend in anywhere.
To save an image, right-click on it and choose 'Save Image As' or similar.
All images are shown in actual size. They can be made to appear smaller by using the code marked in green inside the image tag in HTML and adjusting the width in pixels:
<img width="50px" src="http://..." />
If your default web template adds border to images, you can add this green code to the image tag to remove the border:
<img style="border: none; background: transparent;" width="50px" src="http://..." />
Subscribe to:
Posts (Atom)