Template:Plot/Plot.css

From City of Hope MUSH
< Template:Plot
Revision as of 09:17, 22 September 2020 by Vivian (talk | contribs)
Jump to navigation Jump to search
  • {
   box-sizing: border-box;

}

.header {

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

}

.subheader {

   display: block;
   width: 100%;
   text-align: left;
   font-weight: bold;

}

.page:after {

 content: "";
 display: table;
 clear: both;

}

.column {

 float: right;
 padding: 5px;

}

.left-side {

   width: 65%;

}

.right-side {

 width: 35%;

}

p {

   text-indent: 5em;

}