some content for ajax fiddles

HTML

<div>
    
    <p>This post will help you get to know the iOS SDK a little better. It leads you through some choreographed steps of iOS app development, even if you have little or no programming knowledge. It covers some key principles and applies these directly to something useful and relevant: the creation of a simple but functioning portfolio app for the iPhone.</p>
    <div style="clear: both;"></div>
</div>

CSS

body {
    font-family: Arial;
    color: #333333;
    line-height: 1.4em;
}

img {
    margin: 0 0 1em 1em;
    padding: 1em;
    background: #ffffff;
    border: 1px solid #eaeaea;
    display: inline-block;
    float: right;   
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        
}

.container {
  background: #fafafa;  
  padding: 1em;        
}

JavaScript

// some content for ajax fiddles
$.get("https://shop.dezignable.com/media/catalog/product/cache/1/image/475x/9df78eab33525d08d6e5fb8d27136e95/z/e/zeu7823-811_1.png", function(data) {  } );