forked from Botanical/BotanJS
13 lines
221 B
CSS
13 lines
221 B
CSS
footer {
|
|
background-color: #222;
|
|
background-image: url(/assets/layout-images/lines.png);
|
|
background-repeat: no-repeat;
|
|
background-position: right bottom;
|
|
}
|
|
|
|
#fhorizon {
|
|
position: absolute;
|
|
top: -7px;
|
|
}
|
|
|