<div>
  <h1>Alice in Wonderland</h1>
  <img  src="https://bit.ly/2b64Ibb" alt="Rabbit" />
  <p>
    Alice is feeling bored and drowsy while sitting on the riverbank with her elder sister. She then notices a talking, clothed White Rabbit with a pocket watch run past. She follows it down a rabbit hole when suddenly she falls a long way to a curious hall
    with many locked doors of all sizes.</p> 
  
  <p>She finds a small key to a door too small for her to fit through, but through it she sees an attractive garden. She then discovers a bottle on a table labelled "DRINK ME," the contents of which cause her to shrink
    too small to reach the key which she has left on the table.</p> 
  
  <p>She eats a cake with "EAT ME" written on it in currants as the chapter closes. Alice is feeling bored and drowsy while sitting on the riverbank with her elder sister. She then notices a talking,
    clothed White Rabbit with a pocket watch run past.</p> 
  <p>She follows it down a rabbit hole when suddenly she falls a long way to a curious hall with many locked doors of all sizes.</p> 
  
  <p>She finds a small key to a door too small for her to fit through, but through
    it she sees an attractive garden. She then discovers a bottle on a table labelled "DRINK ME," the contents of which cause her to shrink too small to reach the key which she has left on the table.</p> 
  
  <p>She eats a cake with "EAT ME" written on it in currants
    as the chapter closes. Alice is feeling bored and drowsy while sitting on the riverbank with her elder sister. She then notices a talking, clothed White Rabbit with a pocket watch run past.</p> 
  
  <p>She follows it down a rabbit hole when suddenly she falls
    a long way to a curious hall with many locked doors of all sizes. She finds a small key to a door too small for her to fit through, but through it she sees an attractive garden. She then discovers a bottle on a table labelled "DRINK ME," the contents
    of which cause her to shrink too small to reach the key which she has left on the table. She eats a cake with "EAT ME" written on it in currants as the chapter closes.
  </p>
</div>
img {
  width: 300px;
  height: 300px;
  float: left;
  shape-outside: circle(50%);
  margin-right: 10px;
}
body{
  font-family: eczar;
  width: 70%;
  margin: 40px auto;
  background-color: #fff;
  padding: 20px 40px;
  box-shadow: 0 0 20px #999;
}
h1{
  text-align: center;
  margin-top: 0;
}

html{
  background-color: antiquewhite;
}

External CSS

  1. https://fonts.googleapis.com/css?family=Eczar

External JavaScript

This Pen doesn't use any external JavaScript resources.