User:CJ2311/REGS.css: Difference between revisions

From Step Mods | Change The Game
(Created page with "<source lang="css" line> h2 { color:#6fd000; font-size:1.85em; } </source>")
 
mNo edit summary
Line 2: Line 2:


h2 {
h2 {
     color:#6fd000;
     color:#66be00;
     font-size:1.85em;
     font-size:1.85em;
    font-weight:450;
    text-align:left;
    border-style:solid;
    border-bottom-width:2px;
    border-color:#ac3240;
    padding-bottom:3px;
    margin-top: 50px;
    overflow: hidden;
}
}


</source>
</source>

Revision as of 18:01, March 17, 2014

<source lang="css" line>

h2 {
     color:#66be00;
     font-size:1.85em;
     font-weight:450;
     text-align:left;
     border-style:solid;
     border-bottom-width:2px;
     border-color:#ac3240;
     padding-bottom:3px;
     margin-top: 50px;
     overflow: hidden;
}

</source>