Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{html}
<style>
.myclass {
background-color: #f0f0f0;
background-image: webkit-linear-gradient(bottom, rgb(254,133,107) 24%, rgb(35,171,17) 62%);
margin-right: 15px;
margin-bottom: 20px;
padding-right: 20px; 
}
</style>
<div class="myclass" style="width:240px; margin:15px; margin-left:0; padding-right:20px; float:left;">
{html}