1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-05-31 22:41:37 +00:00
6502bench/main.css
2018-09-27 15:13:25 -07:00

19 lines
341 B
CSS

/*
* Overall look and feel.
*/
body {
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
margin: 0px;
}
#content {
/* top right bottom left */
margin: 20px 10px 10px 10px;
/*position: relative;*/
}
#footer {
/* top right bottom left */
margin: 20px 10px 10px 10px;
/*position: relative;*/
}