rmc_website/assets/studentportal/Stylesheet1.css
2023-01-18 21:49:57 -05:00

50 lines
789 B
CSS

TD.LeftSide
{
COLOR: black;
FONT-FAMILY: "Arial", sans-serif;
width: 200px;
FONT-SIZE: 12px;
background-image:url("/home/rmc/Downloads/cellbackground2.jpg") ;background-repeat:no-repeat;
text-align:left;
}
TD.RightSide
{
COLOR: black;
FONT-FAMILY: "Arial", sans-serif;
width: 200px;
FONT-SIZE: 12px;
background-image:url("/home/rmc/Downloads/cellbackground2.jpg") ;background-repeat:no-repeat;
text-align:left;
}
TD.Center
{
width: 400px;
background-color:#F7E8CF;
text-align:left;
vertical-align:middle;
}
body
{
text-align:center;
}
.strong
{
font-weight:700;
color:black;
}