[Pattern] Floral Design

| 02 August 2013 | |

Zwei Patterns, die ich vor einer Weile gemacht habe.
Two Patterns I made a while ago.

As A Background

Füg den folgenden Code in ein HTML-Gadget ein.
Add the following Code to a HTML widget

Pink
<a class="credit" href="http://bekreatief.blogspot.com" target="_blank"><img src="https://googledrive.com/host/0Bz6HRVCs7oBaa1ZQSDVoMmdDTXc/ktlogo.png" width="150px" /></a>

<style>
html, body{
background: transparent url(http://fc03.deviantart.net/fs70/f/2012/209/9/5/seamless_pattern_swirly_pink_by_mynimi94-d58wt7k.png) repeat fixed !important;
}

.credit{
position: fixed;
left: 10px;
bottom: 0px;
opacity: .8;
}

.credit:hover{
opacity: 1;
}
</style>

Violet
<a class="credit" href="http://bekreatief.blogspot.com" target="_blank"><img src="https://googledrive.com/host/0Bz6HRVCs7oBaa1ZQSDVoMmdDTXc/ktlogo.png" width="150px" /></a>

<style>
html, body{
background: transparent url(http://fc09.deviantart.net/fs71/f/2012/200/e/5/seamless_floral_pattern_by_mynimi94-d57vltd.png) repeat fixed !important;
}

.credit{
position: fixed;
left: 10px;
bottom: 0px;
opacity: .8;
}

.credit:hover{
opacity: 1;
}
</style>



Neuerer Post Älterer Post