.phpcode
{
    font-family:Arial,Helvetica;
    margin-top:-10px;
    border:1px dotted red;
    overflow:auto;
    width:750px;
    white-space:nowrap;
    padding:1em;
}

.code
{
    margin-top:-10px;
    font-family: Georgia;
    border:1px dotted red;
    overflow:auto;
    width:750px;
    white-space:nowrap;
    padding:1em;

}

.bashcode
{
    margin-top:-10px;
    border:1px dotted red;
    overflow:auto;
    width:750px;
    white-space:nowrap;
    padding:1em;
}

.csscode
{
    margin-top:-10px;
    border:1px dotted red;
    overflow:auto;
    width:750px;
    white-space:nowrap;
    padding:1em;

}

.htmlcode
{
    margin-top:-10px;
    border:1px dotted red;
    overflow:auto;
    width:750px;
    white-space:nowrap;
    padding:1em;

}
