Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<div class="MoreInfoterms">
    <ul>
        <li>
            <p>This App has no minimum term.</p>
        </li>
        <li>
            <p>This App has no minimum term.</p>
        </li>
        <li>
            <p>This App has no minimum term..</p>
        </li>
    </ul>
</div>
 
@media screen and (min-width: 40em) {
    div.MoreInfoterms {
        width: 500px;
        margin-right: 250px;
        margin-left: 55px;
        margin-top: 20px;
        border: 1px solid #cecece;
        background-color: #f7f9f9;
        max-height: 700px;
        margin-bottom: 20px;
    }
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers