Difference between revisions of "Template:Plot/Plot.css"

From City of Hope MUSH
Jump to navigation Jump to search
m
m
Line 9: Line 9:
 
.left-side {
 
.left-side {
 
     width: 75%;
 
     width: 75%;
 +
    right: 25%;
 +
   
 +
    border: 3px solid #73AD21;
 +
 
}
 
}
  
 
.right-side {
 
.right-side {
  width: 75%;
+
  float:right;
 +
  left: 75%;
 +
  width: 25%;
 +
  border: 3px solid #73AD21;
 
}
 
}
  

Revision as of 16:24, 21 September 2020

.header {

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

}

.left-side {

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

}

.right-side {

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

}

p {

   text-indent: 5em;

}

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

}