Page History
Wiki Markup |
---|
{html}
<style>
.myclass {
background-color:Green;
background-image: -webkit-gradient(linear, 0% 0%,0% 0%, from(Green), to(Yellow));
background-image: -webkit-linear-gradient(top, Green, Yellow);
background-image: -moz-linear-gradient(top, Green, Yellow);
background-image: -ms-linear-gradient(top, Green, Yellow);
background-image: -o-linear-gradient(top, Green, Yellow);
margin-right: 15px;
margin-bottom: 20px;
padding-right: 20px;
}
</style>
<div class="myclass" style="float:left;">
{html} |
Overview
Content Tools