Blame view
sources/apps/impressionist/css/landingpage.css
198 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
#container
{
width:63%;
height:400px;
position: absolute;
left:200px;
top:100px;
background: #FFF;
}
.descr
{
font-family: 'Lustria', serif;
}
#smallsup
{
font-size:50%;
color:#FFCC00;
}
|