Files
bm/public_html/public/css/tickets.css
2025-09-24 13:26:28 +02:00

20 lines
269 B
CSS

body{
background-color:#DEDEDE;
}
p{
position:relative;
top:0px;
left:30px;
width:900px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#999999;
border-top:1px solid #CDCDCD;
padding:20px;
}
a{
color:#999999;
}