Template:Plot/Plot.css

From City of Hope MUSH
< Template:Plot
Revision as of 15:01, 21 September 2020 by Vivian (talk | contribs)
Jump to navigation Jump to search

.header {

   padding: 5px 0;
   display: block;
   width: 100%;
   text-align: center;
   font-weight: bold;

}

.left-side {

   width: 25%;
   left: 75%;
    border: 3px solid #73AD21;

}

.right-side {

   width: 75%;

border: 3px solid #73AD21; }

p {

   text-indent: 5em;

}

  1. page {
   background-color: white;
   color: black;
   border: 2px;
   border-color: black;

}