5 lines
255 B
CSS
5 lines
255 B
CSS
body {margin: 0; background-color: #fff; color: #000; font-family: Arial,sans-serif;}
|
|
content {margin-left: 200px;}
|
|
content h1 {text-align: center;}
|
|
operations {float: left; width: 200px; border-right: 1px solid #ccc;}
|
|
operations h3 {text-align: center;}
|