10 lines
187 B
CSS
10 lines
187 B
CSS
body {
|
|
/*background: url(/img/ravenna.png) repeat 0 0;*/
|
|
background: url(/img/bright_squares.png) repeat 0 0;
|
|
}
|
|
.centered {
|
|
text-align:center;
|
|
}
|
|
.down {
|
|
vertical-align:text-bottom;
|
|
}
|