summaryrefslogtreecommitdiffstats
path: root/templates/css/redirect.css
blob: 1ad082b30e43a38c748390bb7012e0289742b079 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body
{
  background-color:rgb(230,255,150);
}
#all
{
  width:450px;
  margin: 0 auto;
  text-align:center;
}
#upper
{
  padding:50px;
}