User:CJ2311/REGS.css: Difference between revisions

From Step Mods | Change The Game
mNo edit summary
mNo edit summary
Line 6: Line 6:


h1 {
h1 {
     color:#009966;
     color:#e6a000;
     text-align:center;
     text-align:center;
}
}


h2 {
h2 {
     color:#e6a000;
     color:#66ccff;
     border-style:solid;
     border-style:solid;
     border-bottom-width:1px;
     border-bottom-width:1px;
Line 19: Line 19:


hr {
hr {
     border: 0;
     border: 1;
     color: #DDDDDD;
     color: #DDDDDD;
     background-color: #6084ba;
     background-color: #66ccff;
     height: 2px;
     height: 1px;
     width: 50%;
     width: 70%;
    text-align: left;
}
}



Revision as of 22:14, March 17, 2014

<source lang="css" line>

body
{
}

h1 {
     color:#e6a000;
     text-align:center;
}

h2 {
     color:#66ccff;
     border-style:solid;
     border-bottom-width:1px;
     border-color:#e6a000;
     overflow: hidden;
}

hr {
     border: 1;
     color: #DDDDDD;
     background-color: #66ccff;
     height: 1px;
     width: 70%;
}

pre {
     margin-left:40px;
     width:1220px;
}


span.big{
}

span.small{
}

</source>