I'm creating a drag and drop seat plan. I have been doing all sorts of way to manipulate the list to look like this:
it currently look like this:
How can I reverse it? i want the teacher to feel that he's just facing the class. is this possible? Thank you in advance!
styles.css
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}
ul {
list-style-type:none;
width:500px;
}
#contentLeft li {
list-style: none;
width: 78px;
height: 78px;
background-color:#2a70db;
border: #CCCCCC solid 1px;
color:#fff;
float:right;
margin: 3px 2px 0 0;
padding: 5px 5px 5px 5px;
}