10 lines
195 B
CSS
10 lines
195 B
CSS
/* luflow.net web site */
|
|
/* Public domain 2025. All rights waived */
|
|
|
|
footer {
|
|
background-color: #333;
|
|
color: #e6e6e6;
|
|
font-size: 0.8em;
|
|
padding: 20px;
|
|
text-align: center;
|
|
}
|