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

From City of Hope MUSH
Jump to navigation Jump to search
m
m
Line 7: Line 7:
 
}
 
}
  
.left-side {
+
#left-side {
position: relative;
 
 
     width: 75%;
 
     width: 75%;
 
}
 
}
  
.right-side {
+
#right-side {
position: relative;
+
  width: 75%;
    width: 25%;
 
 
}
 
}
  

Revision as of 15:45, 21 September 2020

.header {

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

}

  1. left-side {
   width: 75%;

}

  1. right-side {
  width: 75%;

}

p {

   text-indent: 5em;

}

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

}